|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
This file provides code for the configuration of the SUBGHZ instances. More...
#include "subghz.h"Go to the source code of this file.
Functions | |
| void | MX_SUBGHZ_Init (void) |
| Initialise the Sub-GHz radio SPI interface (hsubghz) as configured by STM32CubeMX. This peripheral provides the internal SPI link between the Cortex-M4 core and the integrated LoRa/FSK radio on the STM32WL. Must be initialised before any LoRaWAN stack call. | |
| void | HAL_SUBGHZ_MspInit (SUBGHZ_HandleTypeDef *subghzHandle) |
| void | HAL_SUBGHZ_MspDeInit (SUBGHZ_HandleTypeDef *subghzHandle) |
Variables | |
| SUBGHZ_HandleTypeDef | hsubghz |
This file provides code for the configuration of the SUBGHZ instances.
Copyright (c) 2025 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 subghz.c.
| void HAL_SUBGHZ_MspDeInit | ( | SUBGHZ_HandleTypeDef * | subghzHandle | ) |
| void HAL_SUBGHZ_MspInit | ( | SUBGHZ_HandleTypeDef * | subghzHandle | ) |
| void MX_SUBGHZ_Init | ( | void | ) |
Initialise the Sub-GHz radio SPI interface (hsubghz) as configured by STM32CubeMX. This peripheral provides the internal SPI link between the Cortex-M4 core and the integrated LoRa/FSK radio on the STM32WL. Must be initialised before any LoRaWAN stack call.
Definition at line 30 of file subghz.c.
References Error_Handler(), and hsubghz.
| SUBGHZ_HandleTypeDef hsubghz |
Definition at line 27 of file subghz.c.
Referenced by MX_SUBGHZ_Init(), and SUBGHZ_Radio_IRQHandler().