Struct microbit::hal::pac::ccm::RegisterBlock [−]
#[repr(C)]pub struct RegisterBlock {}Show fields
pub tasks_ksgen: Reg<u32, _TASKS_KSGEN>, pub tasks_crypt: Reg<u32, _TASKS_CRYPT>, pub tasks_stop: Reg<u32, _TASKS_STOP>, pub tasks_rateoverride: Reg<u32, _TASKS_RATEOVERRIDE>, pub events_endksgen: Reg<u32, _EVENTS_ENDKSGEN>, pub events_endcrypt: Reg<u32, _EVENTS_ENDCRYPT>, pub events_error: Reg<u32, _EVENTS_ERROR>, pub shorts: Reg<u32, _SHORTS>, pub intenset: Reg<u32, _INTENSET>, pub intenclr: Reg<u32, _INTENCLR>, pub micstatus: Reg<u32, _MICSTATUS>, pub enable: Reg<u32, _ENABLE>, pub mode: Reg<u32, _MODE>, pub cnfptr: Reg<u32, _CNFPTR>, pub inptr: Reg<u32, _INPTR>, pub outptr: Reg<u32, _OUTPTR>, pub scratchptr: Reg<u32, _SCRATCHPTR>, pub maxpacketsize: Reg<u32, _MAXPACKETSIZE>, pub rateoverride: Reg<u32, _RATEOVERRIDE>, // some fields omitted
Expand description
Register block
Fields
tasks_ksgen: Reg<u32, _TASKS_KSGEN>0x00 - Start generation of key-stream. This operation will stop by itself when completed.
tasks_crypt: Reg<u32, _TASKS_CRYPT>0x04 - Start encryption/decryption. This operation will stop by itself when completed.
tasks_stop: Reg<u32, _TASKS_STOP>0x08 - Stop encryption/decryption
tasks_rateoverride: Reg<u32, _TASKS_RATEOVERRIDE>0x0c - Override DATARATE setting in MODE register with the contents of the RATEOVERRIDE register for any ongoing encryption/decryption
events_endksgen: Reg<u32, _EVENTS_ENDKSGEN>0x100 - Key-stream generation complete
events_endcrypt: Reg<u32, _EVENTS_ENDCRYPT>0x104 - Encrypt/decrypt complete
events_error: Reg<u32, _EVENTS_ERROR>0x108 - Deprecated register - CCM error event
shorts: Reg<u32, _SHORTS>0x200 - Shortcuts between local events and tasks
intenset: Reg<u32, _INTENSET>0x304 - Enable interrupt
intenclr: Reg<u32, _INTENCLR>0x308 - Disable interrupt
micstatus: Reg<u32, _MICSTATUS>0x400 - MIC check result
enable: Reg<u32, _ENABLE>0x500 - Enable
mode: Reg<u32, _MODE>0x504 - Operation mode
cnfptr: Reg<u32, _CNFPTR>0x508 - Pointer to data structure holding AES key and NONCE vector
inptr: Reg<u32, _INPTR>0x50c - Input pointer
outptr: Reg<u32, _OUTPTR>0x510 - Output pointer
scratchptr: Reg<u32, _SCRATCHPTR>0x514 - Pointer to data area used for temporary storage
maxpacketsize: Reg<u32, _MAXPACKETSIZE>0x518 - Length of key-stream generated when MODE.LENGTH = Extended.
rateoverride: Reg<u32, _RATEOVERRIDE>0x51c - Data rate override setting.
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> CheckedAs for T[src]
impl<T> CheckedAs for T[src]pub fn checked_as<Dst>(self) -> Option<Dst> where
T: CheckedCast<Dst>, [src]
pub fn checked_as<Dst>(self) -> Option<Dst> where
T: CheckedCast<Dst>, [src]Casts the value.
impl<Src, Dst> LosslessTryInto<Dst> for Src where
Dst: LosslessTryFrom<Src>, [src]
impl<Src, Dst> LosslessTryInto<Dst> for Src where
Dst: LosslessTryFrom<Src>, [src]pub fn lossless_try_into(self) -> Option<Dst>[src]
pub fn lossless_try_into(self) -> Option<Dst>[src]Performs the conversion.
impl<Src, Dst> LossyInto<Dst> for Src where
Dst: LossyFrom<Src>, [src]
impl<Src, Dst> LossyInto<Dst> for Src where
Dst: LossyFrom<Src>, [src]pub fn lossy_into(self) -> Dst[src]
pub fn lossy_into(self) -> Dst[src]Performs the conversion.
impl<T> OverflowingAs for T[src]
impl<T> OverflowingAs for T[src]pub fn overflowing_as<Dst>(self) -> (Dst, bool) where
T: OverflowingCast<Dst>, [src]
pub fn overflowing_as<Dst>(self) -> (Dst, bool) where
T: OverflowingCast<Dst>, [src]Casts the value.
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> SaturatingAs for T[src]
impl<T> SaturatingAs for T[src]pub fn saturating_as<Dst>(self) -> Dst where
T: SaturatingCast<Dst>, [src]
pub fn saturating_as<Dst>(self) -> Dst where
T: SaturatingCast<Dst>, [src]Casts the value.
impl<T> UnwrappedAs for T[src]
impl<T> UnwrappedAs for T[src]pub fn unwrapped_as<Dst>(self) -> Dst where
T: UnwrappedCast<Dst>, [src]
pub fn unwrapped_as<Dst>(self) -> Dst where
T: UnwrappedCast<Dst>, [src]Casts the value.
impl<T> WrappingAs for T[src]
impl<T> WrappingAs for T[src]pub fn wrapping_as<Dst>(self) -> Dst where
T: WrappingCast<Dst>, [src]
pub fn wrapping_as<Dst>(self) -> Dst where
T: WrappingCast<Dst>, [src]Casts the value.