This file contains the prototype of DTHE driver APIs.
Go to the source code of this file.
Data Structures | |
struct | DTHE_Attrs |
DTHE attributes. More... | |
struct | DTHE_Config |
DTHE driver context. More... | |
Typedefs | |
typedef void * | DTHE_Handle |
Handle to the DTHE driver. More... | |
Enumerations | |
enum | DTHE_Return_t { DTHE_RETURN_SUCCESS = 0xCE50311AU, DTHE_RETURN_FAILURE = 0x924FC5E7U } |
DTHE Driver Error code. More... | |
Functions | |
void | DTHE_init (void) |
This function initializes the DTHE. More... | |
void | DTHE_deinit (void) |
This function de-initializes the DTHE. More... | |
DTHE_Handle | DTHE_open (uint32_t index) |
Function to open DTHE instance, enable DTHE engine. More... | |
DTHE_Return_t | DTHE_close (DTHE_Handle handle) |
Function to close a DTHE module specified by the DTHE handle. More... | |
Variables | |
DTHE_Config | gDtheConfig [] |
Externally defined driver configuration array. More... | |
uint32_t | gDtheConfigNum |
Externally defined driver configuration Num. More... | |