Loading...
Searching...
No Matches
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 138 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 142 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 129 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 133 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 111 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 115 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 120 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 124 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 102 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 106 of file periph_cpu.h.