pub struct MODE_W<'a> { /* private fields */ }
Expand description
Field MODE
writer - Operating Mode
Implementations
sourceimpl<'a> MODE_W<'a>
impl<'a> MODE_W<'a>
sourcepub fn usart_ext_clk(self) -> &'a mut W
pub fn usart_ext_clk(self) -> &'a mut W
USART with external clock
sourcepub fn usart_int_clk(self) -> &'a mut W
pub fn usart_int_clk(self) -> &'a mut W
USART with internal clock
sourcepub fn spi_master(self) -> &'a mut W
pub fn spi_master(self) -> &'a mut W
SPI in master operation
sourcepub fn i2c_master(self) -> &'a mut W
pub fn i2c_master(self) -> &'a mut W
I2C master operation
Auto Trait Implementations
impl<'a> RefUnwindSafe for MODE_W<'a>
impl<'a> Send for MODE_W<'a>
impl<'a> Sync for MODE_W<'a>
impl<'a> Unpin for MODE_W<'a>
impl<'a> !UnwindSafe for MODE_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more