Enum Dpa
pub enum Dpa {
_0 = 0,
_1 = 1,
}Expand description
Disable Preempt Ability. This field resets to 0.
Value on reset: 0
Variants§
_0 = 0
0: Channel n can suspend a lower priority channel.
_1 = 1
1: Channel n cannot suspend any channel, regardless of channel priority.
Trait Implementations§
impl Copy for Dpa
impl Eq for Dpa
impl StructuralPartialEq for Dpa
Auto Trait Implementations§
impl Freeze for Dpa
impl RefUnwindSafe for Dpa
impl Send for Dpa
impl Sync for Dpa
impl Unpin for Dpa
impl UnwindSafe for Dpa
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