L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
subghz.c File Reference

This file provides code for the configuration of the SUBGHZ instances. More...

#include "subghz.h"
Include dependency graph for subghz.c:

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

Detailed Description

This file provides code for the configuration of the SUBGHZ instances.

Attention

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.

Function Documentation

◆ HAL_SUBGHZ_MspDeInit()

void HAL_SUBGHZ_MspDeInit ( SUBGHZ_HandleTypeDef * subghzHandle)

Definition at line 68 of file subghz.c.

◆ HAL_SUBGHZ_MspInit()

void HAL_SUBGHZ_MspInit ( SUBGHZ_HandleTypeDef * subghzHandle)

Definition at line 51 of file subghz.c.

◆ MX_SUBGHZ_Init()

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.

Here is the call graph for this function:

Variable Documentation

◆ hsubghz

SUBGHZ_HandleTypeDef hsubghz

Definition at line 27 of file subghz.c.

Referenced by MX_SUBGHZ_Init(), and SUBGHZ_Radio_IRQHandler().