Struct stm32f103xx::tim1::sr::W
[−]
[src]
pub struct W { /* fields omitted */ }Value to write to the register
Methods
impl W[src]
pub fn reset_value() -> W[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]
Writes raw bits to the register
pub fn cc4of(&mut self) -> _CC4OFW[src]
Bit 12 - Capture/Compare 4 overcapture flag
pub fn cc3of(&mut self) -> _CC3OFW[src]
Bit 11 - Capture/Compare 3 overcapture flag
pub fn cc2of(&mut self) -> _CC2OFW[src]
Bit 10 - Capture/compare 2 overcapture flag
pub fn cc1of(&mut self) -> _CC1OFW[src]
Bit 9 - Capture/Compare 1 overcapture flag
pub fn bif(&mut self) -> _BIFW[src]
Bit 7 - Break interrupt flag
pub fn tif(&mut self) -> _TIFW[src]
Bit 6 - Trigger interrupt flag
pub fn comif(&mut self) -> _COMIFW[src]
Bit 5 - COM interrupt flag
pub fn cc4if(&mut self) -> _CC4IFW[src]
Bit 4 - Capture/Compare 4 interrupt flag
pub fn cc3if(&mut self) -> _CC3IFW[src]
Bit 3 - Capture/Compare 3 interrupt flag
pub fn cc2if(&mut self) -> _CC2IFW[src]
Bit 2 - Capture/Compare 2 interrupt flag
pub fn cc1if(&mut self) -> _CC1IFW[src]
Bit 1 - Capture/compare 1 interrupt flag
pub fn uif(&mut self) -> _UIFW[src]
Bit 0 - Update interrupt flag