Struct stm32f1::stm32f102::spi2::cr2::W [−][src]
pub struct W { /* fields omitted */ }Value to write to the register
Methods
impl W[src]
impl Wpub fn reset_value() -> W[src]
pub fn reset_value() -> WReset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut SelfWrites raw bits to the register
pub fn txeie(&mut self) -> _TXEIEW[src]
pub fn txeie(&mut self) -> _TXEIEWBit 7 - Tx buffer empty interrupt enable
pub fn rxneie(&mut self) -> _RXNEIEW[src]
pub fn rxneie(&mut self) -> _RXNEIEWBit 6 - RX buffer not empty interrupt enable
pub fn errie(&mut self) -> _ERRIEW[src]
pub fn errie(&mut self) -> _ERRIEWBit 5 - Error interrupt enable
pub fn ssoe(&mut self) -> _SSOEW[src]
pub fn ssoe(&mut self) -> _SSOEWBit 2 - SS output enable
pub fn txdmaen(&mut self) -> _TXDMAENW[src]
pub fn txdmaen(&mut self) -> _TXDMAENWBit 1 - Tx buffer DMA enable
pub fn rxdmaen(&mut self) -> _RXDMAENW[src]
pub fn rxdmaen(&mut self) -> _RXDMAENWBit 0 - Rx buffer DMA enable