EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Si1133 command macro definitions.
Macros | |
#define | SI1133_CMD_FORCE_CH 0x11 |
#define | SI1133_CMD_NEW_ADDR 0x02 |
#define | SI1133_CMD_PARAM_QUERY 0x40 |
#define | SI1133_CMD_PARAM_SET 0x80 |
#define | SI1133_CMD_PAUSE_CH 0x12 |
#define | SI1133_CMD_RESET 0x01 |
#define | SI1133_CMD_RESET_CMD_CTR 0x00 |
#define | SI1133_CMD_START 0x13 |
#define SI1133_CMD_FORCE_CH 0x11 |
Initiates a set of measurements specified in CHAN_LIST parameter
Definition at line 220 of file si1133.h.
Referenced by SI1133_measurementForce().
#define SI1133_CMD_NEW_ADDR 0x02 |
#define SI1133_CMD_PAUSE_CH 0x12 |
Pauses autonomous measurements
Definition at line 221 of file si1133.h.
Referenced by SI1133_measurementPause().
#define SI1133_CMD_RESET 0x01 |
#define SI1133_CMD_RESET_CMD_CTR 0x00 |
Resets the command counter
Definition at line 217 of file si1133.h.
Referenced by SI1133_resetCmdCtr(), and SI1133_sendCmd().
#define SI1133_CMD_START 0x13 |
Starts autonomous measurements
Definition at line 222 of file si1133.h.
Referenced by SI1133_measurementStart().