ACU6 Device API
Data Structures | Enumerations | Functions
ipc_led_export_generated.h File Reference

Go to the source code of this file.

Data Structures

struct  a_ipc_dyn_array_enum_led_result
 Dynamic-length array of a_ipc_enum_led_result. More...
 
struct  a_ipc_dyn_array_enum_led_pin_type
 Dynamic-length array of a_ipc_enum_led_pin_type. More...
 
struct  a_ipc_msg_led_set_req
 Message used to request a pin to be enabled or disabled. More...
 
struct  a_ipc_msg_led_set_rsp
 Led configure result. More...
 

Enumerations

enum  a_ipc_enum_led_result { A_IPC_ENUM_LED_RESULT_OK , A_IPC_ENUM_LED_RESULT_ERROR_INVALID_PARAMETER , A_IPC_ENUM_LED_RESULT_ERROR_UNKNOWN }
 Result codes. More...
 
enum  a_ipc_enum_led_pin_type { A_IPC_ENUM_LED_PIN_TYPE_GREEN , A_IPC_ENUM_LED_PIN_TYPE_RED , A_IPC_ENUM_LED_PIN_TYPE_BLUE , A_IPC_ENUM_LED_PIN_TYPE_NUMBER_OF_LEDS }
 LED pin type. More...
 

Functions

A_IPC_RESULT a_ipc_init_led_set_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_led_set_req. More...
 
A_IPC_RESULT a_ipc_init_led_set_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_led_set_rsp. More...