pub struct KcErrorSpec;Expand description
Key controller error register
You can read this register and get kc_error::R. See API.
Trait Implementations§
impl Readable for KcErrorSpec
read() method returns kc_error::R reader structure
Source§impl RegisterSpec for KcErrorSpec
impl RegisterSpec for KcErrorSpec
Source§impl Resettable for KcErrorSpec
reset() method sets KC_ERROR to value 0
impl Resettable for KcErrorSpec
reset() method sets KC_ERROR 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.
Auto Trait Implementations§
impl Freeze for KcErrorSpec
impl RefUnwindSafe for KcErrorSpec
impl Send for KcErrorSpec
impl Sync for KcErrorSpec
impl Unpin for KcErrorSpec
impl UnsafeUnpin for KcErrorSpec
impl UnwindSafe for KcErrorSpec
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