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