Definition in file sx126x_internal.h.
Go to the source code of this file.
Functions | |
static bool | sx126x_is_sx1261 (sx126x_t *dev) |
Check whether the device model is sx1261. More... | |
static bool | sx126x_is_sx1262 (sx126x_t *dev) |
Check whether the device model is sx1262. More... | |
static bool | sx126x_is_llcc68 (sx126x_t *dev) |
Check whether the device model is llcc68. More... | |
static bool | sx126x_is_sx1268 (sx126x_t *dev) |
Check whether the device model is sx1268. More... | |
static bool | sx126x_is_stm32wl (sx126x_t *dev) |
Check whether the device model is stm32wl (onboard radio) More... | |
sx126x_chip_modes_t | sx126x_get_state (const sx126x_t *dev) |
Get the current chip state. More... | |
void | sx126x_set_state (sx126x_t *dev, sx126x_chip_modes_t state) |
Set the internal chip state. More... | |