Go to the source code of this file.
|
void | HALSIM_ResetAnalogInData (int32_t index) |
|
int32_t | HALSIM_RegisterAnalogInInitializedCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
|
void | HALSIM_CancelAnalogInInitializedCallback (int32_t index, int32_t uid) |
|
HAL_Bool | HALSIM_GetAnalogInInitialized (int32_t index) |
|
void | HALSIM_SetAnalogInInitialized (int32_t index, HAL_Bool initialized) |
|
HAL_SimDeviceHandle | HALSIM_GetAnalogInSimDevice (int32_t index) |
|
int32_t | HALSIM_RegisterAnalogInAverageBitsCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
|
void | HALSIM_CancelAnalogInAverageBitsCallback (int32_t index, int32_t uid) |
|
int32_t | HALSIM_GetAnalogInAverageBits (int32_t index) |
|
void | HALSIM_SetAnalogInAverageBits (int32_t index, int32_t averageBits) |
|
int32_t | HALSIM_RegisterAnalogInOversampleBitsCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
|
void | HALSIM_CancelAnalogInOversampleBitsCallback (int32_t index, int32_t uid) |
|
int32_t | HALSIM_GetAnalogInOversampleBits (int32_t index) |
|
void | HALSIM_SetAnalogInOversampleBits (int32_t index, int32_t oversampleBits) |
|
int32_t | HALSIM_RegisterAnalogInVoltageCallback (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
|
void | HALSIM_CancelAnalogInVoltageCallback (int32_t index, int32_t uid) |
|
double | HALSIM_GetAnalogInVoltage (int32_t index) |
|
void | HALSIM_SetAnalogInVoltage (int32_t index, double voltage) |
|
void | HALSIM_RegisterAnalogInAllCallbacks (int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify) |
|
◆ HALSIM_CancelAnalogInAverageBitsCallback()
void HALSIM_CancelAnalogInAverageBitsCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_CancelAnalogInInitializedCallback()
void HALSIM_CancelAnalogInInitializedCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_CancelAnalogInOversampleBitsCallback()
void HALSIM_CancelAnalogInOversampleBitsCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_CancelAnalogInVoltageCallback()
void HALSIM_CancelAnalogInVoltageCallback |
( |
int32_t | index, |
|
|
int32_t | uid ) |
◆ HALSIM_GetAnalogInAverageBits()
int32_t HALSIM_GetAnalogInAverageBits |
( |
int32_t | index | ) |
|
◆ HALSIM_GetAnalogInInitialized()
HAL_Bool HALSIM_GetAnalogInInitialized |
( |
int32_t | index | ) |
|
◆ HALSIM_GetAnalogInOversampleBits()
int32_t HALSIM_GetAnalogInOversampleBits |
( |
int32_t | index | ) |
|
◆ HALSIM_GetAnalogInSimDevice()
◆ HALSIM_GetAnalogInVoltage()
double HALSIM_GetAnalogInVoltage |
( |
int32_t | index | ) |
|
◆ HALSIM_RegisterAnalogInAllCallbacks()
◆ HALSIM_RegisterAnalogInAverageBitsCallback()
int32_t HALSIM_RegisterAnalogInAverageBitsCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogInInitializedCallback()
int32_t HALSIM_RegisterAnalogInInitializedCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogInOversampleBitsCallback()
int32_t HALSIM_RegisterAnalogInOversampleBitsCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_RegisterAnalogInVoltageCallback()
int32_t HALSIM_RegisterAnalogInVoltageCallback |
( |
int32_t | index, |
|
|
HAL_NotifyCallback | callback, |
|
|
void * | param, |
|
|
HAL_Bool | initialNotify ) |
◆ HALSIM_ResetAnalogInData()
void HALSIM_ResetAnalogInData |
( |
int32_t | index | ) |
|
◆ HALSIM_SetAnalogInAverageBits()
void HALSIM_SetAnalogInAverageBits |
( |
int32_t | index, |
|
|
int32_t | averageBits ) |
◆ HALSIM_SetAnalogInInitialized()
void HALSIM_SetAnalogInInitialized |
( |
int32_t | index, |
|
|
HAL_Bool | initialized ) |
◆ HALSIM_SetAnalogInOversampleBits()
void HALSIM_SetAnalogInOversampleBits |
( |
int32_t | index, |
|
|
int32_t | oversampleBits ) |
◆ HALSIM_SetAnalogInVoltage()
void HALSIM_SetAnalogInVoltage |
( |
int32_t | index, |
|
|
double | voltage ) |