![]() |
LibDriver NTC
|
ntc link driver modules More...
Macros | |
| #define | DRIVER_NTC_LINK_INIT(HANDLE, STRUCTURE) |
| initialize ntc_handle_t structure | |
| #define | DRIVER_NTC_LINK_ADC_INIT(HANDLE, FUC) |
| link adc_init function | |
| #define | DRIVER_NTC_LINK_ADC_DEINIT(HANDLE, FUC) |
| link adc_deinit function | |
| #define | DRIVER_NTC_LINK_ADC_READ(HANDLE, FUC) |
| link adc_read function | |
| #define | DRIVER_NTC_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_NTC_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
ntc link driver modules
| #define DRIVER_NTC_LINK_ADC_DEINIT | ( | HANDLE, | |
| FUC ) |
link adc_deinit function
| [in] | HANDLE | pointer to a ntc handle structure |
| [in] | FUC | pointer to an adc_deinit function address |
Definition at line 190 of file driver_ntc.h.
| #define DRIVER_NTC_LINK_ADC_INIT | ( | HANDLE, | |
| FUC ) |
link adc_init function
| [in] | HANDLE | pointer to a ntc handle structure |
| [in] | FUC | pointer to an adc_init function address |
Definition at line 182 of file driver_ntc.h.
| #define DRIVER_NTC_LINK_ADC_READ | ( | HANDLE, | |
| FUC ) |
link adc_read function
| [in] | HANDLE | pointer to a ntc handle structure |
| [in] | FUC | pointer to an adc_read function address |
Definition at line 198 of file driver_ntc.h.
| #define DRIVER_NTC_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to a ntc handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 214 of file driver_ntc.h.
| #define DRIVER_NTC_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to a ntc handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 206 of file driver_ntc.h.
| #define DRIVER_NTC_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize ntc_handle_t structure
| [in] | HANDLE | pointer to a ntc handle structure |
| [in] | STRUCTURE | ntc_handle_t |
Definition at line 174 of file driver_ntc.h.