CFM

Type Alias CFM 

Source
pub type CFM = _cfmRegs;

Aliased Type§

#[repr(C)]
pub struct CFM {
Show 13 fields pub controlReg: u32, pub clkselReg: u32, pub runtimeReg: u32, pub modelReg: u32, pub count0: u32, pub count1: u32, pub count2: u32, pub count3: u32, pub count4: u32, pub count5: u32, pub count6: u32, pub count7: u32, pub reserved: [u32; 4],
}

Fields§

§controlReg: u32§clkselReg: u32§runtimeReg: u32§modelReg: u32§count0: u32§count1: u32§count2: u32§count3: u32§count4: u32§count5: u32§count6: u32§count7: u32§reserved: [u32; 4]