This module contains APIs to program and use the DTHE.
|
file | dthe.h |
| This file contains the prototype of DTHE driver APIs.
|
|
◆ DTHE_Handle
Handle to the DTHE driver.
◆ DTHE_Return_t
DTHE Driver Error code.
The enumeration describes all the possible return and error codes which the DTHE Driver can return
Enumerator |
---|
DTHE_RETURN_SUCCESS | Success/pass return code
|
DTHE_RETURN_FAILURE | General or unspecified failure/error
|
◆ DTHE_init()
This function initializes the DTHE.
◆ DTHE_deinit()
void DTHE_deinit |
( |
void |
| ) |
|
This function de-initializes the DTHE.
◆ DTHE_open()
Function to open DTHE instance, enable DTHE engine.
- Parameters
-
- Returns
- A DTHE_Handle on success or a NULL on an error.
◆ DTHE_close()
Function to close a DTHE module specified by the DTHE handle.
- Parameters
-
- Returns
- DTHE_RETURN_SUCCESS if requested operation completed. DTHE_RETURN_FAILURE if requested operation not completed.
◆ gDtheConfig
Externally defined driver configuration array.
◆ gDtheConfigNum
Externally defined driver configuration Num.