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

This file contains all the function prototypes for the subghz.c file. More...

#include "main.h"
Include dependency graph for subghz.h:
This graph shows which files directly or indirectly include this file:

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.

Variables

SUBGHZ_HandleTypeDef hsubghz

Detailed Description

This file contains all the function prototypes for the subghz.c file.

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.h.

Function Documentation

◆ 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
extern

Definition at line 27 of file subghz.c.

Referenced by MX_SUBGHZ_Init(), and SUBGHZ_Radio_IRQHandler().