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

Go to the source code of this file.

Data Structures

struct  a_ipc_dyn_array_enum_gyro_result
 Dynamic-length array of a_ipc_enum_gyro_result. More...
 
struct  a_ipc_msg_gyro_request_req
 Request the gyro service. More...
 
struct  a_ipc_msg_gyro_request_rsp
 gyro request result. More...
 
struct  a_ipc_msg_gyro_release_req_norsp
 Release gyro service for given user user. More...
 
struct  a_ipc_msg_gyro_configure_req
 Request to configure the gyro service. More...
 
struct  a_ipc_msg_gyro_configure_rsp
 Sent in response to gyro_configure_req message. More...
 
struct  a_ipc_msg_gyro_publish_ind
 Gyro data event. More...
 
struct  a_ipc_msg_gyro_unsubscribe_req_norsp
 Unsubscribe from updates for gyro. More...
 

Enumerations

enum  a_ipc_enum_gyro_result { A_IPC_ENUM_GYRO_RESULT_OK , A_IPC_ENUM_GYRO_RESULT_ERROR }
 Result codes. More...
 

Functions

A_IPC_RESULT a_ipc_init_gyro_request_req (a_ipc_msg *msg, uint32_t user_maxlength)
 Initialize the message buffer to contain a_ipc_msg_gyro_request_req. More...
 
A_IPC_RESULT a_ipc_init_gyro_request_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_gyro_request_rsp. More...
 
A_IPC_RESULT a_ipc_init_gyro_release_req_norsp (a_ipc_msg *msg, uint32_t user_maxlength)
 Initialize the message buffer to contain a_ipc_msg_gyro_release_req_norsp. More...
 
A_IPC_RESULT a_ipc_init_gyro_configure_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_gyro_configure_req. More...
 
A_IPC_RESULT a_ipc_init_gyro_configure_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_gyro_configure_rsp. More...
 
A_IPC_RESULT a_ipc_init_gyro_publish_ind (a_ipc_msg *msg, uint32_t sample_buffer_maxlength)
 Initialize the message buffer to contain a_ipc_msg_gyro_publish_ind. More...
 
A_IPC_RESULT a_ipc_init_gyro_subscribe_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_gyro_subscribe_req. More...
 
A_IPC_RESULT a_ipc_init_gyro_subscribe_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_gyro_subscribe_rsp. More...
 
A_IPC_RESULT a_ipc_init_gyro_unsubscribe_req_norsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_gyro_unsubscribe_req_norsp. More...