pub struct R(/* private fields */);
Expand description
Register ce_esr
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn task_channel_error_type(&self, n: u8) -> TASK_CHANNEL_ERROR_TYPE_R
pub unsafe fn task_channel_error_type(&self, n: u8) -> TASK_CHANNEL_ERROR_TYPE_R
Task Channel Error Type
sourcepub fn task_channel0_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
pub fn task_channel0_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
Bits 0:3 - Task Channel Error Type
sourcepub fn task_channel1_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
pub fn task_channel1_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
Bits 4:7 - Task Channel Error Type
sourcepub fn task_channel2_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
pub fn task_channel2_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
Bits 8:11 - Task Channel Error Type
sourcepub fn task_channel3_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
pub fn task_channel3_error_type(&self) -> TASK_CHANNEL_ERROR_TYPE_R
Bits 12:15 - Task Channel Error Type
Methods from Deref<Target = R<CE_ESR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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