[]Struct nucleo_f042k6::can::F27R1

pub struct F27R1 { /* fields omitted */ }

Filter bank 27 register 1

Methods

impl F27R1

pub fn modify<F>(&self, f: F) where
    F: for<'w> FnOnce(&R, &'w mut W) -> &'w mut W

Modifies the contents of the register

pub fn read(&self) -> R

Reads the contents of the register

pub fn write<F>(&self, f: F) where
    F: FnOnce(&mut W) -> &mut W

Writes to the register

pub fn reset(&self)

Writes the reset value to the register

Auto Trait Implementations

impl Send for F27R1

impl !Sync for F27R1

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]