Struct efm32gg12b110_pac::usart2::trigctrl::TRIGCTRL_SPEC
source · [−]pub struct TRIGCTRL_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for TRIGCTRL_SPEC
impl Readable for TRIGCTRL_SPEC
read()
method returns trigctrl::R reader structure
sourceimpl RegisterSpec for TRIGCTRL_SPEC
impl RegisterSpec for TRIGCTRL_SPEC
sourceimpl Resettable for TRIGCTRL_SPEC
impl Resettable for TRIGCTRL_SPEC
reset()
method sets TRIGCTRL to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for TRIGCTRL_SPEC
impl Writable for TRIGCTRL_SPEC
write(|w| ..)
method takes trigctrl::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for TRIGCTRL_SPEC
impl Send for TRIGCTRL_SPEC
impl Sync for TRIGCTRL_SPEC
impl Unpin for TRIGCTRL_SPEC
impl UnwindSafe for TRIGCTRL_SPEC
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