ebaz4205 support #116

Merged
sb10q merged 10 commits from newell/zynq-rs:ebaz4205 into master 2024-09-30 14:08:58 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f2eebf44e9 - Show all commits

View File

@ -13,7 +13,7 @@ pub enum PllSource {
ArmPll = 0b010,
DdrPll = 0b011,
// Ethernet controller 0 EMIO clock
EMIO = 0b100,
Emio = 0b100,

Emio rather than EMIO for consistent style.

``Emio`` rather than ``EMIO`` for consistent style.
}
#[repr(u8)]