Macros
Collaboration diagram for RCC LSE Drive configurations:

Macros

#define RCC_LSEDRIVE_HIGH   RCC_BDCR_LSEDRV
 
#define RCC_LSEDRIVE_LOW   ((uint32_t)0x00000000U)
 
#define RCC_LSEDRIVE_MEDIUMHIGH   RCC_BDCR_LSEDRV_0
 
#define RCC_LSEDRIVE_MEDIUMLOW   RCC_BDCR_LSEDRV_1
 

Detailed Description

Macro Definition Documentation

◆ RCC_LSEDRIVE_HIGH

#define RCC_LSEDRIVE_HIGH   RCC_BDCR_LSEDRV

Definition at line 388 of file stm32f7xx_hal_rcc.h.

◆ RCC_LSEDRIVE_LOW

#define RCC_LSEDRIVE_LOW   ((uint32_t)0x00000000U)

Definition at line 385 of file stm32f7xx_hal_rcc.h.

◆ RCC_LSEDRIVE_MEDIUMHIGH

#define RCC_LSEDRIVE_MEDIUMHIGH   RCC_BDCR_LSEDRV_0

Definition at line 387 of file stm32f7xx_hal_rcc.h.

◆ RCC_LSEDRIVE_MEDIUMLOW

#define RCC_LSEDRIVE_MEDIUMLOW   RCC_BDCR_LSEDRV_1

Definition at line 386 of file stm32f7xx_hal_rcc.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08