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