Struct w806_pac::gpio::function_low::FUNCTION_LOW_SPEC
source · [−]pub struct FUNCTION_LOW_SPEC;
Expand description
Alternate function select low register
This register and function_high
jointly determine multiplexing function number.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see function_low module
Trait Implementations
sourceimpl Readable for FUNCTION_LOW_SPEC
impl Readable for FUNCTION_LOW_SPEC
read()
method returns function_low::R reader structure
sourceimpl RegisterSpec for FUNCTION_LOW_SPEC
impl RegisterSpec for FUNCTION_LOW_SPEC
sourceimpl Resettable for FUNCTION_LOW_SPEC
impl Resettable for FUNCTION_LOW_SPEC
reset()
method sets function_low to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for FUNCTION_LOW_SPEC
impl Writable for FUNCTION_LOW_SPEC
write(|w| ..)
method takes function_low::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for FUNCTION_LOW_SPEC
impl Send for FUNCTION_LOW_SPEC
impl Sync for FUNCTION_LOW_SPEC
impl Unpin for FUNCTION_LOW_SPEC
impl UnwindSafe for FUNCTION_LOW_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