Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
nrf_ecb_hal_data_t Struct Reference
[Types]
AES ECB data structure. More...
#include <nrf_soc.h>
Data Fields | |
| uint8_t | key [SOC_ECB_KEY_LENGTH] |
| Encryption key. | |
| uint8_t | cleartext [SOC_ECB_CLEARTEXT_LENGTH] |
| Clear Text data. | |
| uint8_t | ciphertext [SOC_ECB_CIPHERTEXT_LENGTH] |
| Cipher Text data. | |
Detailed Description
AES ECB data structure.
Definition at line 351 of file nrf_soc.h.
Field Documentation
| uint8_t ciphertext[SOC_ECB_CIPHERTEXT_LENGTH] |
| uint8_t cleartext[SOC_ECB_CLEARTEXT_LENGTH] |
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
