|
void | mip::C::insert_mip_3dm_event_action_command (mip_serializer *serializer, const mip_3dm_event_action_command *self) |
|
void | mip::C::extract_mip_3dm_event_action_command (mip_serializer *serializer, mip_3dm_event_action_command *self) |
|
void | mip::C::insert_mip_3dm_event_action_command_gpio_params (mip_serializer *serializer, const mip_3dm_event_action_command_gpio_params *self) |
|
void | mip::C::extract_mip_3dm_event_action_command_gpio_params (mip_serializer *serializer, mip_3dm_event_action_command_gpio_params *self) |
|
void | mip::C::insert_mip_3dm_event_action_command_gpio_params_mode (struct mip_serializer *serializer, const mip_3dm_event_action_command_gpio_params_mode self) |
|
void | mip::C::extract_mip_3dm_event_action_command_gpio_params_mode (struct mip_serializer *serializer, mip_3dm_event_action_command_gpio_params_mode *self) |
|
void | mip::C::insert_mip_3dm_event_action_command_message_params (mip_serializer *serializer, const mip_3dm_event_action_command_message_params *self) |
|
void | mip::C::extract_mip_3dm_event_action_command_message_params (mip_serializer *serializer, mip_3dm_event_action_command_message_params *self) |
|
void | mip::C::insert_mip_3dm_event_action_command_type (struct mip_serializer *serializer, const mip_3dm_event_action_command_type self) |
|
void | mip::C::extract_mip_3dm_event_action_command_type (struct mip_serializer *serializer, mip_3dm_event_action_command_type *self) |
|
void | mip::C::insert_mip_3dm_event_action_response (mip_serializer *serializer, const mip_3dm_event_action_response *self) |
|
void | mip::C::extract_mip_3dm_event_action_response (mip_serializer *serializer, mip_3dm_event_action_response *self) |
|
mip_cmd_result | mip::C::mip_3dm_write_event_action (struct mip_interface *device, uint8_t instance, uint8_t trigger, mip_3dm_event_action_command_type type, const mip_3dm_event_action_command_parameters *parameters) |
|
mip_cmd_result | mip::C::mip_3dm_read_event_action (struct mip_interface *device, uint8_t instance, uint8_t *trigger_out, mip_3dm_event_action_command_type *type_out, mip_3dm_event_action_command_parameters *parameters_out) |
|
mip_cmd_result | mip::C::mip_3dm_save_event_action (struct mip_interface *device, uint8_t instance) |
|
mip_cmd_result | mip::C::mip_3dm_load_event_action (struct mip_interface *device, uint8_t instance) |
|
mip_cmd_result | mip::C::mip_3dm_default_event_action (struct mip_interface *device, uint8_t instance) |
|
Configures various types of event actions.
◆ mip_3dm_event_action_command
◆ mip_3dm_event_action_command_gpio_params
◆ mip_3dm_event_action_command_gpio_params_mode
◆ mip_3dm_event_action_command_message_params
◆ mip_3dm_event_action_command_parameters
◆ mip_3dm_event_action_command_type
◆ mip_3dm_event_action_response
◆ extract_mip_3dm_event_action_command()
◆ extract_mip_3dm_event_action_command_gpio_params()
◆ extract_mip_3dm_event_action_command_gpio_params_mode()
◆ extract_mip_3dm_event_action_command_message_params()
◆ extract_mip_3dm_event_action_command_type()
◆ extract_mip_3dm_event_action_response()
◆ insert_mip_3dm_event_action_command()
◆ insert_mip_3dm_event_action_command_gpio_params()
◆ insert_mip_3dm_event_action_command_gpio_params_mode()
◆ insert_mip_3dm_event_action_command_message_params()
◆ insert_mip_3dm_event_action_command_type()
◆ insert_mip_3dm_event_action_response()
◆ mip_3dm_default_event_action()
◆ mip_3dm_load_event_action()
◆ mip_3dm_read_event_action()
◆ mip_3dm_save_event_action()
◆ mip_3dm_write_event_action()