mbed TLS v2.2.0
|
CRYPTO device structure.
Definition at line 84 of file cryptodrv.h.
#include <cryptodrv.h>
Data Fields | |
CRYPTO_TypeDef * | crypto |
CRYPTO hw instance. More... | |
IRQn_Type | irqn |
CRYPTO irq number. More... | |
uint32_t | clk |
CRYPTO clock. More... | |
mbedtls_device_context ** | ppMbedtlsDevice |
Pointer to pointer of mbedtls device context. More... | |
uint32_t CRYPTO_Device_t::clk |
CRYPTO clock.
Definition at line 88 of file cryptodrv.h.
CRYPTO_TypeDef* CRYPTO_Device_t::crypto |
CRYPTO hw instance.
Definition at line 86 of file cryptodrv.h.
IRQn_Type CRYPTO_Device_t::irqn |
CRYPTO irq number.
Definition at line 87 of file cryptodrv.h.
mbedtls_device_context** CRYPTO_Device_t::ppMbedtlsDevice |
Pointer to pointer of mbedtls device context.
Definition at line 89 of file cryptodrv.h.