pub struct R(_);Expand description
Register AF1 reader
Implementations
sourceimpl R
 
impl R
sourcepub fn bkine(&self) -> BKINE_R
 
pub fn bkine(&self) -> BKINE_R
Bit 0 - BRK BKIN input enable This bit enables the BKIN alternate function input for the timerâs BRK input. BKIN input is ’ORedâ with the other BRK sources. Note: This bit can not be modified as long as LOCK level 1 has been programmed (LOCK bits in TIMx_BDTR register).
sourcepub fn bkcmp1e(&self) -> BKCMP1E_R
 
pub fn bkcmp1e(&self) -> BKCMP1E_R
Bit 1 - BRK COMP1 enable This bit enables the COMP1 for the timerâs BRK input. COMP1 output is ’ORedâ with the other BRK sources. Note: This bit can not be modified as long as LOCK level 1 has been programmed (LOCK bits in TIMx_BDTR register).
sourcepub fn bkcmp2e(&self) -> BKCMP2E_R
 
pub fn bkcmp2e(&self) -> BKCMP2E_R
Bit 2 - BRK COMP2 enable This bit enables the COMP2 for the timerâs BRK input. COMP2 output is ’ORedâ with the other BRK sources. Note: This bit can not be modified as long as LOCK level 1 has been programmed (LOCK bits in TIMx_BDTR register).
sourcepub fn bkinp(&self) -> BKINP_R
 
pub fn bkinp(&self) -> BKINP_R
Bit 9 - BRK BKIN input polarity This bit selects the BKIN alternate function input sensitivity. It must be programmed together with the BKP polarity bit. Note: This bit can not be modified as long as LOCK level 1 has been programmed (LOCK bits in TIMx_BDTR register).
Methods from Deref<Target = R<AF1_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more