pub struct GPIO_INTERRUPT_PRO_MAP_SPEC;
Expand description
gpio_interrupt_pro interrupt configuration register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see gpio_interrupt_pro_map module
Trait Implementations
sourceimpl Readable for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Readable for GPIO_INTERRUPT_PRO_MAP_SPEC
read()
method returns gpio_interrupt_pro_map::R reader structure
sourceimpl Resettable for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Resettable for GPIO_INTERRUPT_PRO_MAP_SPEC
reset()
method sets GPIO_INTERRUPT_PRO_MAP to value 0x10
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Writable for GPIO_INTERRUPT_PRO_MAP_SPEC
write(|w| ..)
method takes gpio_interrupt_pro_map::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Send for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Sync for GPIO_INTERRUPT_PRO_MAP_SPEC
impl Unpin for GPIO_INTERRUPT_PRO_MAP_SPEC
impl UnwindSafe for GPIO_INTERRUPT_PRO_MAP_SPEC
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