Enum stm32wlxx_hal::pac::aes::cr::GCMPH_A
#[repr(u8)]pub enum GCMPH_A {
Init = 0,
Header = 1,
Payload = 2,
Final = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Used only for GCM, CCM and GMAC algorithms and has no effect when other algorithms are selected
Value on reset: 0
Variants§
Init = 0
0: Init phase
Header = 1
1: Header phase
Payload = 2
2: Payload phase
Final = 3
3: Final phase
Trait Implementations§
impl Copy for GCMPH_A
impl StructuralPartialEq for GCMPH_A
Auto Trait Implementations§
impl RefUnwindSafe for GCMPH_A
impl Send for GCMPH_A
impl Sync for GCMPH_A
impl Unpin for GCMPH_A
impl UnwindSafe for GCMPH_A
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