mbed TLS v2.2.0
Data Fields
CRYPTO_Device_t Struct Reference

Detailed Description

CRYPTO device structure.

Definition at line 84 of file cryptodrv.h.

#include <cryptodrv.h>

Collaboration diagram for CRYPTO_Device_t:
Collaboration graph
[legend]

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...
 

Field Documentation

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.


The documentation for this struct was generated from the following file: