Struct lpc845_pac::syscon::FRG[][src]

#[repr(C)]
pub struct FRG { pub frgdiv: Reg<FRGDIV_SPEC>, pub frgmult: Reg<FRGMULT_SPEC>, pub frgclksel: Reg<FRGCLKSEL_SPEC>, }
Expand description

Register block

Fields

frgdiv: Reg<FRGDIV_SPEC>

0x00 - fractional generator N divider value register

frgmult: Reg<FRGMULT_SPEC>

0x04 - fractional generator N multiplier value register

frgclksel: Reg<FRGCLKSEL_SPEC>

0x08 - FRG N clock source select register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.