#[repr(u8)]pub enum Ahbmaster {
SLAVE = 0,
MASTER = 1,
}
Variants§
SLAVE = 0
Memory access through AHB Slave and internally in the PKE.
MASTER = 1
Memory access through AHB Master, outside the PKE.
Implementations§
Trait Implementations§
Source§impl Ord for Ahbmaster
impl Ord for Ahbmaster
Source§impl PartialOrd for Ahbmaster
impl PartialOrd for Ahbmaster
impl Copy for Ahbmaster
impl Eq for Ahbmaster
impl StructuralPartialEq for Ahbmaster
Auto Trait Implementations§
impl Freeze for Ahbmaster
impl RefUnwindSafe for Ahbmaster
impl Send for Ahbmaster
impl Sync for Ahbmaster
impl Unpin for Ahbmaster
impl UnwindSafe for Ahbmaster
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)