Enum Sramuap
#[repr(u8)]pub enum Sramuap {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
SRAM_U Arbitration Priority
Value on reset: 0
Variants§
_00 = 0
0: Round robin
_01 = 1
1: Special round robin (favors SRAM backdoor accesses over the processor)
_10 = 2
2: Fixed priority. Processor has highest, backdoor has lowest
_11 = 3
3: Fixed priority. Backdoor has highest, processor has lowest
Trait Implementations§
impl Copy for Sramuap
impl Eq for Sramuap
impl IsEnum for Sramuap
impl StructuralPartialEq for Sramuap
Auto Trait Implementations§
impl Freeze for Sramuap
impl RefUnwindSafe for Sramuap
impl Send for Sramuap
impl Sync for Sramuap
impl Unpin for Sramuap
impl UnwindSafe for Sramuap
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