Go to the source code of this file.
|
| int32_t | HALSIM_FindAnalogTriggerForChannel (int32_t channel) |
| |
| void | HALSIM_ResetAnalogTriggerData (int32_t index) |
| |
| int32_t | HALSIM_RegisterAnalogTriggerInitializedCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
| |
| void | HALSIM_CancelAnalogTriggerInitializedCallback (int32_t index, int32_t uid) |
| |
| HAL_Bool | HALSIM_GetAnalogTriggerInitialized (int32_t index) |
| |
| void | HALSIM_SetAnalogTriggerInitialized (int32_t index, HAL_Bool initialized) |
| |
| int32_t | HALSIM_RegisterAnalogTriggerTriggerLowerBoundCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
| |
| void | HALSIM_CancelAnalogTriggerTriggerLowerBoundCallback (int32_t index, int32_t uid) |
| |
| double | HALSIM_GetAnalogTriggerTriggerLowerBound (int32_t index) |
| |
| void | HALSIM_SetAnalogTriggerTriggerLowerBound (int32_t index, double triggerLowerBound) |
| |
| int32_t | HALSIM_RegisterAnalogTriggerTriggerUpperBoundCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
| |
| void | HALSIM_CancelAnalogTriggerTriggerUpperBoundCallback (int32_t index, int32_t uid) |
| |
| double | HALSIM_GetAnalogTriggerTriggerUpperBound (int32_t index) |
| |
| void | HALSIM_SetAnalogTriggerTriggerUpperBound (int32_t index, double triggerUpperBound) |
| |
| int32_t | HALSIM_RegisterAnalogTriggerTriggerModeCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
| |
| void | HALSIM_CancelAnalogTriggerTriggerModeCallback (int32_t index, int32_t uid) |
| |
| HALSIM_AnalogTriggerMode | HALSIM_GetAnalogTriggerTriggerMode (int32_t index) |
| |
| void | HALSIM_SetAnalogTriggerTriggerMode (int32_t index, HALSIM_AnalogTriggerMode triggerMode) |
| |
| void | HALSIM_RegisterAnalogTriggerAllCallbacks (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
| |
◆ HALSIM_AnalogTriggerMode
| Enumerator |
|---|
| HALSIM_AnalogTriggerUnassigned | |
| HALSIM_AnalogTriggerFiltered | |
| HALSIM_AnalogTriggerDutyCycle | |
| HALSIM_AnalogTriggerAveraged | |
◆ HALSIM_CancelAnalogTriggerInitializedCallback()
| void HALSIM_CancelAnalogTriggerInitializedCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_CancelAnalogTriggerTriggerLowerBoundCallback()
| void HALSIM_CancelAnalogTriggerTriggerLowerBoundCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_CancelAnalogTriggerTriggerModeCallback()
| void HALSIM_CancelAnalogTriggerTriggerModeCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_CancelAnalogTriggerTriggerUpperBoundCallback()
| void HALSIM_CancelAnalogTriggerTriggerUpperBoundCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_FindAnalogTriggerForChannel()
| int32_t HALSIM_FindAnalogTriggerForChannel |
( |
int32_t | channel | ) |
|
◆ HALSIM_GetAnalogTriggerInitialized()
| HAL_Bool HALSIM_GetAnalogTriggerInitialized |
( |
int32_t | index | ) |
|
◆ HALSIM_GetAnalogTriggerTriggerLowerBound()
| double HALSIM_GetAnalogTriggerTriggerLowerBound |
( |
int32_t | index | ) |
|
◆ HALSIM_GetAnalogTriggerTriggerMode()
◆ HALSIM_GetAnalogTriggerTriggerUpperBound()
| double HALSIM_GetAnalogTriggerTriggerUpperBound |
( |
int32_t | index | ) |
|
◆ HALSIM_RegisterAnalogTriggerAllCallbacks()
| void HALSIM_RegisterAnalogTriggerAllCallbacks |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogTriggerInitializedCallback()
| int32_t HALSIM_RegisterAnalogTriggerInitializedCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogTriggerTriggerLowerBoundCallback()
| int32_t HALSIM_RegisterAnalogTriggerTriggerLowerBoundCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogTriggerTriggerModeCallback()
| int32_t HALSIM_RegisterAnalogTriggerTriggerModeCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogTriggerTriggerUpperBoundCallback()
| int32_t HALSIM_RegisterAnalogTriggerTriggerUpperBoundCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_ResetAnalogTriggerData()
| void HALSIM_ResetAnalogTriggerData |
( |
int32_t | index | ) |
|
◆ HALSIM_SetAnalogTriggerInitialized()
| void HALSIM_SetAnalogTriggerInitialized |
( |
int32_t | index, |
|
|
HAL_Bool | initialized ) |
◆ HALSIM_SetAnalogTriggerTriggerLowerBound()
| void HALSIM_SetAnalogTriggerTriggerLowerBound |
( |
int32_t | index, |
|
|
double | triggerLowerBound ) |
◆ HALSIM_SetAnalogTriggerTriggerMode()
◆ HALSIM_SetAnalogTriggerTriggerUpperBound()
| void HALSIM_SetAnalogTriggerTriggerUpperBound |
( |
int32_t | index, |
|
|
double | triggerUpperBound ) |