[−][src]Struct stm32f0xx_hal::stm32::cec::isr::W
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 W[src]
Writes raw bits to the register
pub fn txacke(&mut self) -> _TXACKEW[src]
Bit 12 - Tx-Missing acknowledge error
pub fn txerr(&mut self) -> _TXERRW[src]
Bit 11 - Tx-Error
pub fn txudr(&mut self) -> _TXUDRW[src]
Bit 10 - Tx-Buffer Underrun
pub fn txend(&mut self) -> _TXENDW[src]
Bit 9 - End of Transmission
pub fn txbr(&mut self) -> _TXBRW[src]
Bit 8 - Tx-Byte Request
pub fn arblst(&mut self) -> _ARBLSTW[src]
Bit 7 - Arbitration Lost
pub fn rxacke(&mut self) -> _RXACKEW[src]
Bit 6 - Rx-Missing Acknowledge
pub fn lbpe(&mut self) -> _LBPEW[src]
Bit 5 - Rx-Long Bit Period Error
pub fn sbpe(&mut self) -> _SBPEW[src]
Bit 4 - Rx-Short Bit period error
pub fn bre(&mut self) -> _BREW[src]
Bit 3 - Rx-Bit rising error
pub fn rxovr(&mut self) -> _RXOVRW[src]
Bit 2 - Rx-Overrun
pub fn rxend(&mut self) -> _RXENDW[src]
Bit 1 - End Of Reception
pub fn rxbr(&mut self) -> _RXBRW[src]
Bit 0 - Rx-Byte Received
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self