int32_t HALSIM_RegisterAddressableLEDDataCallback(HAL_ConstBufferCallback callback, void *param)
HAL_Bool HALSIM_GetAddressableLEDInitialized(int32_t index)
int32_t HALSIM_GetAddressableLEDData(int32_t start, int32_t length, struct HAL_AddressableLEDData *data)
void HALSIM_RegisterAddressableLEDAllCallbacks(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_CancelAddressableLEDDataCallback(int32_t uid)
void HALSIM_CancelAddressableLEDLengthCallback(int32_t index, int32_t uid)
void HALSIM_CancelAddressableLEDInitializedCallback(int32_t index, int32_t uid)
int32_t HALSIM_RegisterAddressableLEDInitializedCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetAddressableLEDData(int32_t start, int32_t length, const struct HAL_AddressableLEDData *data)
int32_t HALSIM_RegisterAddressableLEDLengthCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
int32_t HALSIM_RegisterAddressableLEDStartCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_ResetAddressableLEDData(int32_t index)
void HALSIM_SetAddressableLEDStart(int32_t index, int32_t start)
int32_t HALSIM_GetAddressableLEDStart(int32_t index)
int32_t HALSIM_GetAddressableLEDLength(int32_t index)
void HALSIM_SetAddressableLEDInitialized(int32_t index, HAL_Bool initialized)
void HALSIM_SetAddressableLEDLength(int32_t index, int32_t length)
void HALSIM_CancelAddressableLEDStartCallback(int32_t index, int32_t uid)
void(* HAL_NotifyCallback)(const char *name, void *param, const struct HAL_Value *value)
Definition NotifyListener.h:9
void(* HAL_ConstBufferCallback)(const char *name, void *param, const unsigned char *buffer, unsigned int count)
Definition NotifyListener.h:15
int32_t HAL_Bool
Definition Types.h:73
structure for holding one LED's color data.
Definition AddressableLEDTypes.h:14