libsbp  v2.4.7
settings.h File Reference
#include "common.h"
Include dependency graph for settings.h:

Go to the source code of this file.

Data Structures

struct  msg_settings_write_t
 
struct  msg_settings_write_resp_t
 
struct  msg_settings_read_req_t
 
struct  msg_settings_read_resp_t
 
struct  msg_settings_read_by_index_req_t
 
struct  msg_settings_read_by_index_resp_t
 
struct  msg_settings_register_t
 

Macros

#define SBP_MSG_SETTINGS_SAVE   0x00A1
 Save settings to flash (host => device) More...
 
#define SBP_MSG_SETTINGS_WRITE   0x00A0
 Write device configuration settings (host => device) More...
 
#define SBP_MSG_SETTINGS_WRITE_RESP   0x00AF
 Acknowledgement with status of MSG_SETTINGS_WRITE. More...
 
#define SBP_MSG_SETTINGS_READ_REQ   0x00A4
 Read device configuration settings (host => device) More...
 
#define SBP_MSG_SETTINGS_READ_RESP   0x00A5
 Read device configuration settings (host <= device) More...
 
#define SBP_MSG_SETTINGS_READ_BY_INDEX_REQ   0x00A2
 Read setting by direct index (host => device) More...
 
#define SBP_MSG_SETTINGS_READ_BY_INDEX_RESP   0x00A7
 Read setting by direct index (host <= device) More...
 
#define SBP_MSG_SETTINGS_READ_BY_INDEX_DONE   0x00A6
 Finished reading settings (host <= device) More...
 
#define SBP_MSG_SETTINGS_REGISTER   0x00AE
 Register setting and default value (device => host) More...