[][src]Struct efm32gg11b820::can1::ctrl::W

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 init(&mut self) -> _INITW[src]

Bit 0 - Initialize

pub fn ie(&mut self) -> _IEW[src]

Bit 1 - Module Interrupt Enable

pub fn sie(&mut self) -> _SIEW[src]

Bit 2 - Status Change Interrupt Enable

pub fn eie(&mut self) -> _EIEW[src]

Bit 3 - Error Interrupt Enable

pub fn dar(&mut self) -> _DARW[src]

Bit 5 - Disable Automatic Retransmission

pub fn cce(&mut self) -> _CCEW[src]

Bit 6 - Configuration Change Enable

pub fn test(&mut self) -> _TESTW[src]

Bit 7 - Test Mode Enable Write Access to the Test Register is Enabled By Setting Bit Test in the CAN Control Register

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self