Type Definition W
Other items instm32wb_stm32hal::stm32wb55::tim16::cr1
type W = W<u32, CR1>;
Writer for register CR1
impl W
pub fn cen(&mut self) -> CEN_W<'_>
Bit 0 - Counter enable.
pub fn udis(&mut self) -> UDIS_W<'_>
Bit 1 - Update disable.
pub fn urs(&mut self) -> URS_W<'_>
Bit 2 - Update request source.
pub fn opm(&mut self) -> OPM_W<'_>
Bit 3 - One pulse mode.
pub fn arpe(&mut self) -> ARPE_W<'_>
Bit 7 - Auto-reload preload enable.
pub fn ckd(&mut self) -> CKD_W<'_>
Bits 8:9 - Clock division.
pub fn uifremap(&mut self) -> UIFREMAP_W<'_>
Bit 11 - UIF status bit remapping.