pub struct CAP_CH_SPEC;
Expand description
Trait Implementations§
Source§impl RegisterSpec for CAP_CH_SPEC
impl RegisterSpec for CAP_CH_SPEC
Source§impl Resettable for CAP_CH_SPEC
reset()
method sets CAP_CH%s to value 0
impl Resettable for CAP_CH_SPEC
reset()
method sets CAP_CH%s to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CAP_CH_SPEC
read()
method returns cap_ch::R
reader structure
Auto Trait Implementations§
impl Freeze for CAP_CH_SPEC
impl RefUnwindSafe for CAP_CH_SPEC
impl Send for CAP_CH_SPEC
impl Sync for CAP_CH_SPEC
impl Unpin for CAP_CH_SPEC
impl UnwindSafe for CAP_CH_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