My Project
Loading...
Searching...
No Matches


More...

Macros

#define __HAL_RCC_LSEDRIVE_CONFIG(__RCC_LSEDRIVE__)
 Macro to configure the External Low Speed oscillator (LSE) drive capability.
 

Detailed Description


Macro Definition Documentation

◆ __HAL_RCC_LSEDRIVE_CONFIG

#define __HAL_RCC_LSEDRIVE_CONFIG (   __RCC_LSEDRIVE__)
Value:
(MODIFY_REG(RCC->BDCR,\
RCC_BDCR_LSEDRV, (uint32_t)(__RCC_LSEDRIVE__) ))
#define MODIFY_REG(REG, CLEARMASK, SETMASK)
Definition: stm32f3xx.h:202
#define RCC_BDCR_LSEDRV
Definition: stm32f303xe.h:11230
#define RCC
Definition: stm32f303xe.h:977

Macro to configure the External Low Speed oscillator (LSE) drive capability.

Parameters
__RCC_LSEDRIVE__specifies the new state of the LSE drive capability. This parameter can be one of the following values:
Return values
None