Type Definition R
Other items instm32wb_stm32hal::stm32wb55::tim2::smcr
type R = R<u32, SMCR>;
Reader of register SMCR
impl R
pub fn sms_3(&self) -> SMS_3_R
Bit 16 - Slave mode selection - bit 3
pub fn etp(&self) -> ETP_R
Bit 15 - External trigger polarity
pub fn ece(&self) -> ECE_R
Bit 14 - External clock enable
pub fn etps(&self) -> ETPS_R
Bits 12:13 - External trigger prescaler
pub fn etf(&self) -> ETF_R
Bits 8:11 - External trigger filter
pub fn msm(&self) -> MSM_R
Bit 7 - Master/Slave mode
pub fn ts(&self) -> TS_R
Bits 4:6 - Trigger selection
pub fn occs(&self) -> OCCS_R
Bit 3 - OCREF clear selection
pub fn sms(&self) -> SMS_R
Bits 0:2 - Slave mode selection