Module stm32wlxx_hal::subghz

source ·
Expand description

Sub-GHz radio operating in the 150 - 960 MHz ISM band

The main radio type is SubGhz.

LoRa user notice

The Sub-GHz radio may have an undocumented erratum, see this ST community post for more information: link

Structs

Enums

Functions

  • Mask the SubGHz IRQ in the NVIC.
  • Returns true if the radio is busy or NSS is low.
  • Returns true if the radio is busy.
  • Unmask the SubGHz IRQ in the NVIC.
  • Wakeup the radio from sleep mode.

Type Aliases

  • Passthrough for SPI errors (for now)