Struct w806_pac::gpio::function_high::FUNCTION_HIGH_SPEC
source · [−]pub struct FUNCTION_HIGH_SPEC;
Expand description
Alternate function select high register
This register and function_low
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_high module
Trait Implementations
sourceimpl Readable for FUNCTION_HIGH_SPEC
impl Readable for FUNCTION_HIGH_SPEC
read()
method returns function_high::R reader structure
sourceimpl RegisterSpec for FUNCTION_HIGH_SPEC
impl RegisterSpec for FUNCTION_HIGH_SPEC
sourceimpl Resettable for FUNCTION_HIGH_SPEC
impl Resettable for FUNCTION_HIGH_SPEC
reset()
method sets function_high to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for FUNCTION_HIGH_SPEC
impl Writable for FUNCTION_HIGH_SPEC
write(|w| ..)
method takes function_high::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for FUNCTION_HIGH_SPEC
impl Send for FUNCTION_HIGH_SPEC
impl Sync for FUNCTION_HIGH_SPEC
impl Unpin for FUNCTION_HIGH_SPEC
impl UnwindSafe for FUNCTION_HIGH_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