pub struct CHANNEL_W<'a> { /* fields omitted */ }Expand description
Field CHANNEL writer - Channel selector
Writes variant to the field
pub fn off(self) -> &'a mut W
Connect user to event channel 0
Connect user to event channel 1
Connect user to event channel 2
Connect user to event channel 3
Connect user to event channel 4
Connect user to event channel 5
Connect user to event channel 6
Connect user to event channel 7
pub unsafe fn bits(self, value: u8) -> &'a mut W
Writes raw bits to the field
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.