Type Definition stm32g0::stm32g0b0::tim3::cr1::CMS_R

source · []
pub type CMS_R = FieldReader<u8, CMS_A>;
Expand description

Field CMS reader - Center-aligned mode selection Note: It is not allowed to switch from edge-aligned mode to center-aligned mode as long as the counter is enabled (CEN=1)

Implementations

Get enumerated values variant

Checks if the value of the field is EdgeAligned

Checks if the value of the field is CenterAligned1

Checks if the value of the field is CenterAligned2

Checks if the value of the field is CenterAligned3