pub struct INTERRUPT_STATE_SPEC;
Expand description
Interrupt state register
You can read
this register and get interrupt_state::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for INTERRUPT_STATE_SPEC
impl RegisterSpec for INTERRUPT_STATE_SPEC
Source§impl Resettable for INTERRUPT_STATE_SPEC
reset()
method sets interrupt_state to value 0
impl Resettable for INTERRUPT_STATE_SPEC
reset()
method sets interrupt_state to value 0
Source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::group::interrupt_state::INTERRUPT_STATE_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for INTERRUPT_STATE_SPEC
read()
method returns interrupt_state::R
reader structure
Auto Trait Implementations§
impl Freeze for INTERRUPT_STATE_SPEC
impl RefUnwindSafe for INTERRUPT_STATE_SPEC
impl Send for INTERRUPT_STATE_SPEC
impl Sync for INTERRUPT_STATE_SPEC
impl Unpin for INTERRUPT_STATE_SPEC
impl UnwindSafe for INTERRUPT_STATE_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more