pub struct W(_);
Expand description
Register CPUSDIO_INT1
writer
Implementations
sourceimpl W
impl W
sourcepub fn pin_pad_driver(&mut self) -> PIN_PAD_DRIVER_W<'_>
pub fn pin_pad_driver(&mut self) -> PIN_PAD_DRIVER_W<'_>
Bit 2
sourcepub fn pin_int_type(&mut self) -> PIN_INT_TYPE_W<'_>
pub fn pin_int_type(&mut self) -> PIN_INT_TYPE_W<'_>
Bits 7:9
sourcepub fn pin_wakeup_enable(&mut self) -> PIN_WAKEUP_ENABLE_W<'_>
pub fn pin_wakeup_enable(&mut self) -> PIN_WAKEUP_ENABLE_W<'_>
Bit 10
sourcepub fn pin_config(&mut self) -> PIN_CONFIG_W<'_>
pub fn pin_config(&mut self) -> PIN_CONFIG_W<'_>
Bits 11:12
sourcepub fn pin_int_ena(&mut self) -> PIN_INT_ENA_W<'_>
pub fn pin_int_ena(&mut self) -> PIN_INT_ENA_W<'_>
Bits 13:17
Methods from Deref<Target = W<CPUSDIO_INT1_SPEC>>
Trait Implementations
sourceimpl From<W<CPUSDIO_INT1_SPEC>> for W
impl From<W<CPUSDIO_INT1_SPEC>> for W
sourcefn from(writer: W<CPUSDIO_INT1_SPEC>) -> Self
fn from(writer: W<CPUSDIO_INT1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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