Internal functions for the SX1261/2/8 and LLCC68.
More...
Internal functions for the SX1261/2/8 and LLCC68.
◆ sx126x_is_llcc68()
static bool sx126x_is_llcc68 |
( |
sx126x_t * |
dev | ) |
|
|
inlinestatic |
Check whether the device model is llcc68.
- Parameters
-
[in] | dev | Device descriptor of the driver |
- Return values
-
true | if the device is llcc68 |
false | otherwise |
Definition at line 76 of file sx126x_internal.h.
◆ sx126x_is_stm32wl()
static bool sx126x_is_stm32wl |
( |
sx126x_t * |
dev | ) |
|
|
inlinestatic |
Check whether the device model is stm32wl (onboard radio)
- Parameters
-
[in] | dev | Device descriptor of the driver |
- Return values
-
true | if the device is stm32wl |
false | otherwise |
Definition at line 114 of file sx126x_internal.h.
◆ sx126x_is_sx1261()
static bool sx126x_is_sx1261 |
( |
sx126x_t * |
dev | ) |
|
|
inlinestatic |
Check whether the device model is sx1261.
- Parameters
-
[in] | dev | Device descriptor of the driver |
- Return values
-
true | if the device is sx1261 |
false | otherwise |
Definition at line 38 of file sx126x_internal.h.
◆ sx126x_is_sx1262()
static bool sx126x_is_sx1262 |
( |
sx126x_t * |
dev | ) |
|
|
inlinestatic |
Check whether the device model is sx1262.
- Parameters
-
[in] | dev | Device descriptor of the driver |
- Return values
-
true | if the device is sx1262 |
false | otherwise |
Definition at line 57 of file sx126x_internal.h.
◆ sx126x_is_sx1268()
static bool sx126x_is_sx1268 |
( |
sx126x_t * |
dev | ) |
|
|
inlinestatic |
Check whether the device model is sx1268.
- Parameters
-
[in] | dev | Device descriptor of the driver |
- Return values
-
true | if the device is sx1268 |
false | otherwise |
Definition at line 95 of file sx126x_internal.h.