Loading...
Searching...
No Matches
SX1261/2/8 and LLCC68 internal functions

Internal functions for the SX1261/2/8 and LLCC68. More...

Detailed Description

Internal functions for the SX1261/2/8 and LLCC68.

Files

file  sx126x_internal.h
 

Functions

static bool sx126x_is_sx1261 (sx126x_t *dev)
 Check whether the device model is sx1261.
 
static bool sx126x_is_sx1262 (sx126x_t *dev)
 Check whether the device model is sx1262.
 
static bool sx126x_is_llcc68 (sx126x_t *dev)
 Check whether the device model is llcc68.
 
static bool sx126x_is_sx1268 (sx126x_t *dev)
 Check whether the device model is sx1268.
 
static bool sx126x_is_stm32wl (sx126x_t *dev)
 Check whether the device model is stm32wl (onboard radio)
 

Function Documentation

◆ sx126x_is_llcc68()

static bool sx126x_is_llcc68 ( sx126x_t dev)
inlinestatic

Check whether the device model is llcc68.

Parameters
[in]devDevice descriptor of the driver
Return values
trueif the device is llcc68
falseotherwise

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]devDevice descriptor of the driver
Return values
trueif the device is stm32wl
falseotherwise

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]devDevice descriptor of the driver
Return values
trueif the device is sx1261
falseotherwise

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]devDevice descriptor of the driver
Return values
trueif the device is sx1262
falseotherwise

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]devDevice descriptor of the driver
Return values
trueif the device is sx1268
falseotherwise

Definition at line 95 of file sx126x_internal.h.