|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Header of Radio configuration. More...
#include "platform.h"#include "subghz.h"#include "stm32_mem.h"#include "mw_log_conf.h"#include "radio_board_if.h"#include "utilities_def.h"#include "sys_debug.h"Go to the source code of this file.
Macros | |
| #define | SMPS_DRIVE_SETTING_DEFAULT SMPS_DRV_40 |
| drive value used anytime radio is NOT in TX low power mode | |
| #define | SMPS_DRIVE_SETTING_MAX SMPS_DRV_60 |
| drive value used anytime radio is in TX low power mode TX low power mode is the worst case because the PA sinks from SMPS while in high power mode, current is sunk directly from the battery | |
| #define | XTAL_FREQ ( 32000000UL ) |
| Provides the frequency of the chip running on the radio and the frequency step. | |
| #define | XTAL_DEFAULT_CAP_VALUE ( 0x20UL ) |
| in XO mode, set internal capacitor (from 0x00 to 0x2F starting 11.2pF with 0.47pF steps) | |
| #define | TCXO_CTRL_VOLTAGE TCXO_CTRL_1_7V |
| voltage of vdd tcxo. | |
| #define | RF_WAKEUP_TIME ( 1UL ) |
| Radio maximum wakeup time (in ms). | |
| #define | DCDC_ENABLE ( 1UL ) |
| DCDC is enabled. | |
| #define | CRITICAL_SECTION_BEGIN() |
| macro used to enter the critical section | |
| #define | CRITICAL_SECTION_END() |
| macro used to exit the critical section | |
| #define | RADIO_INIT MX_SUBGHZ_Init |
| SUBGHZ interface init to radio Middleware. | |
| #define | RADIO_DELAY_MS HAL_Delay |
| Delay interface to radio Middleware. | |
| #define | RADIO_MEMSET8(dest, value, size) |
| Memset utilities interface to radio Middleware. | |
| #define | RADIO_MEMCPY8(dest, src, size) |
| Memcpy utilities interface to radio Middleware. | |
Header of Radio configuration.
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file radio_conf.h.
| #define CRITICAL_SECTION_BEGIN | ( | ) |
macro used to enter the critical section
Definition at line 108 of file radio_conf.h.
| #define CRITICAL_SECTION_END | ( | ) |
macro used to exit the critical section
Definition at line 114 of file radio_conf.h.
| #define DCDC_ENABLE ( 1UL ) |
DCDC is enabled.
Definition at line 92 of file radio_conf.h.
| #define RADIO_DELAY_MS HAL_Delay |
Delay interface to radio Middleware.
Definition at line 126 of file radio_conf.h.
| #define RADIO_INIT MX_SUBGHZ_Init |
SUBGHZ interface init to radio Middleware.
Definition at line 121 of file radio_conf.h.
| #define RADIO_MEMCPY8 | ( | dest, | |
| src, | |||
| size ) |
Memcpy utilities interface to radio Middleware.
Definition at line 136 of file radio_conf.h.
| #define RADIO_MEMSET8 | ( | dest, | |
| value, | |||
| size ) |
Memset utilities interface to radio Middleware.
Definition at line 131 of file radio_conf.h.
| #define RF_WAKEUP_TIME ( 1UL ) |
Radio maximum wakeup time (in ms).
Definition at line 85 of file radio_conf.h.
| #define SMPS_DRIVE_SETTING_DEFAULT SMPS_DRV_40 |
drive value used anytime radio is NOT in TX low power mode
Definition at line 52 of file radio_conf.h.
| #define SMPS_DRIVE_SETTING_MAX SMPS_DRV_60 |
drive value used anytime radio is in TX low power mode TX low power mode is the worst case because the PA sinks from SMPS while in high power mode, current is sunk directly from the battery
Definition at line 60 of file radio_conf.h.
| #define TCXO_CTRL_VOLTAGE TCXO_CTRL_1_7V |
voltage of vdd tcxo.
Definition at line 79 of file radio_conf.h.
| #define XTAL_DEFAULT_CAP_VALUE ( 0x20UL ) |
in XO mode, set internal capacitor (from 0x00 to 0x2F starting 11.2pF with 0.47pF steps)
Definition at line 73 of file radio_conf.h.
| #define XTAL_FREQ ( 32000000UL ) |
Provides the frequency of the chip running on the radio and the frequency step.
Definition at line 67 of file radio_conf.h.