test code 123
Dependencies:
mbed
Fork of
LinkNode-Test
by Qi Yao
« Back to documentation index
NRF_CCM_Type Struct Reference
AES CCM Mode Encryption.
More...
#include <nrf51.h >
Detailed Description
AES CCM Mode Encryption.
(CCM)
Definition at line 883 of file nrf51.h .
Field Documentation
Pointer to a data structure holding AES key and NONCE vector.
Definition at line 903 of file nrf51.h .
CCM enable.
Definition at line 901 of file nrf51.h .
Encrypt/decrypt completed.
Definition at line 891 of file nrf51.h .
Keystream generation completed.
Definition at line 890 of file nrf51.h .
Error happened.
Definition at line 892 of file nrf51.h .
Pointer to the input packet.
Definition at line 904 of file nrf51.h .
Interrupt enable clear register.
Definition at line 897 of file nrf51.h .
Interrupt enable set register.
Definition at line 896 of file nrf51.h .
CCM RX MIC check result.
Definition at line 899 of file nrf51.h .
Operation mode.
Definition at line 902 of file nrf51.h .
Pointer to the output packet.
Definition at line 905 of file nrf51.h .
Peripheral power control.
Definition at line 909 of file nrf51.h .
Pointer to a "scratch" data area used for temporary storage during resolution. A minimum of 43 bytes must be reserved.
Definition at line 906 of file nrf51.h .
Shortcuts for the CCM.
Definition at line 894 of file nrf51.h .
Start encrypt/decrypt. This operation will stop by itself when completed.
Definition at line 886 of file nrf51.h .
< CCM Structure Start generation of key-stream. This operation will stop by itself when completed.
Definition at line 884 of file nrf51.h .
Stop encrypt/decrypt.
Definition at line 888 of file nrf51.h .