Struct SKEAZN642::ftm1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub sc: Reg<SC_SPEC>, pub cnt: Reg<CNT_SPEC>, pub mod_: Reg<MOD_SPEC>, pub c0sc: Reg<CSC_SPEC>, pub c0v: Reg<CV_SPEC>, pub c1sc: Reg<CSC_SPEC>, pub c1v: Reg<CV_SPEC>, }
Expand description

Register block

Fields

sc: Reg<SC_SPEC>

0x00 - Status And Control

cnt: Reg<CNT_SPEC>

0x04 - Counter

mod_: Reg<MOD_SPEC>

0x08 - Modulo

c0sc: Reg<CSC_SPEC>

0x0c - Channel (n) Status And Control

c0v: Reg<CV_SPEC>

0x10 - Channel (n) Value

c1sc: Reg<CSC_SPEC>

0x14 - Channel (n) Status And Control

c1v: Reg<CV_SPEC>

0x18 - Channel (n) Value

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.