22#ifndef __RADIO_CONF_H__
23#define __RADIO_CONF_H__
52#define SMPS_DRIVE_SETTING_DEFAULT SMPS_DRV_40
60#define SMPS_DRIVE_SETTING_MAX SMPS_DRV_60
67#define XTAL_FREQ ( 32000000UL )
73#define XTAL_DEFAULT_CAP_VALUE ( 0x20UL )
79#define TCXO_CTRL_VOLTAGE TCXO_CTRL_1_7V
85#define RF_WAKEUP_TIME ( 1UL )
92#define DCDC_ENABLE ( 1UL )
104#ifndef CRITICAL_SECTION_BEGIN
108#define CRITICAL_SECTION_BEGIN( ) UTILS_ENTER_CRITICAL_SECTION( )
110#ifndef CRITICAL_SECTION_END
114#define CRITICAL_SECTION_END( ) UTILS_EXIT_CRITICAL_SECTION( )
121#define RADIO_INIT MX_SUBGHZ_Init
126#define RADIO_DELAY_MS HAL_Delay
131#define RADIO_MEMSET8( dest, value, size ) UTIL_MEM_set_8( dest, value, size )
136#define RADIO_MEMCPY8( dest, src, size ) UTIL_MEM_cpy_8( dest, src, size )
Configure (enable/disable) traces.
Header for Radio interface configuration.
This file contains all the function prototypes for the subghz.c file.
Configuration of the debug.c instances.
Definitions for modules requiring utilities.