STM32WL Sub-GHz Radio debug pins

Detailed Description

Macros

#define CPU_STM32WL_SUBGHZ_RF_BUSY   GPIO_PIN(PORT_A, 12)
 
#define CPU_STM32WL_SUBGHZ_RF_BUSY_AF   GPIO_AF6
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_NRESET   GPIO_PIN(PORT_A, 11)
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_NRESET_AF   GPIO_AF13
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_SMPSRDY   GPIO_PIN(PORT_B, 2)
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_SMPSRDY_AF   GPIO_AF13
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_LDORDY   GPIO_PIN(PORT_B, 4)
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_LDORDY_AF   GPIO_AF13
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_HSE32RDY   GPIO_PIN(PORT_A, 10)
 
#define CPU_STM32WL_SUBGHZ_DEBUG_RF_HSE32RDY_AF   GPIO_AF13
 

Macro Definition Documentation

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_HSE32RDY

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_HSE32RDY   GPIO_PIN(PORT_A, 10)

RF HSE32RDY debug pin definition

Definition at line 137 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_HSE32RDY_AF

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_HSE32RDY_AF   GPIO_AF13

RF HSE32RDY debug pin alternate function

Definition at line 141 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_LDORDY

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_LDORDY   GPIO_PIN(PORT_B, 4)

RF LDORDY debug pin definition

Definition at line 128 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_LDORDY_AF

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_LDORDY_AF   GPIO_AF13

RF LDORDY debug pin alternate function

Definition at line 132 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_NRESET

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_NRESET   GPIO_PIN(PORT_A, 11)

RF NRESET debug pin definition

Definition at line 110 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_NRESET_AF

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_NRESET_AF   GPIO_AF13

RF NRESET debug pin alternate function

Definition at line 114 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_SMPSRDY

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_SMPSRDY   GPIO_PIN(PORT_B, 2)

RF SMPSRDY debug pin definition

Definition at line 119 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_DEBUG_RF_SMPSRDY_AF

#define CPU_STM32WL_SUBGHZ_DEBUG_RF_SMPSRDY_AF   GPIO_AF13

RF SMPSRDY debug pin alternate function

Definition at line 123 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_RF_BUSY

#define CPU_STM32WL_SUBGHZ_RF_BUSY   GPIO_PIN(PORT_A, 12)

RF BUSY debug pin definition

Definition at line 101 of file periph_cpu.h.

◆ CPU_STM32WL_SUBGHZ_RF_BUSY_AF

#define CPU_STM32WL_SUBGHZ_RF_BUSY_AF   GPIO_AF6

RF BUSY debug pin alternate function

Definition at line 105 of file periph_cpu.h.