/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_rcc_ex.c | 450 void HAL_RCCEx_EnableLSCOinDEEPSTOP(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCOinDEEPSTOP() argument 455 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCOinDEEPSTOP() 475 LL_RCC_ConfigLSCO(LSCOSource); in HAL_RCCEx_EnableLSCOinDEEPSTOP()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rcc_ex.c | 473 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 478 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 490 MODIFY_REG(RCC->CSR1, RCC_CSR1_LSCOSEL | RCC_CSR1_LSCOEN, LSCOSource | RCC_CSR1_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rcc_ex.c | 1018 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1021 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1024 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rcc_ex.c | 1198 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1201 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1204 MODIFY_REG(RCC->BDCR1, RCC_BDCR1_LSCOSEL, LSCOSource | RCC_BDCR1_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc_ex.c | 1366 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1373 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1397 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rcc_ex.c | 1449 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1452 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1455 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc_ex.c | 1216 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1223 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1247 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rcc_ex.c | 1406 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1413 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1437 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc_ex.c | 1938 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 1945 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 1969 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_rcc.h | 1276 __STATIC_INLINE void LL_RCC_ConfigLSCO(uint32_t LSCOSource) in LL_RCC_ConfigLSCO() argument 1278 MODIFY_REG(RCC->CFGR, RCC_CFGR_LCOSEL, LSCOSource); in LL_RCC_ConfigLSCO()
|
D | stm32wb0x_hal_rcc_ex.h | 415 void HAL_RCCEx_EnableLSCOinDEEPSTOP(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc_ex.c | 2407 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 2414 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 2438 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc_ex.h | 673 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc_ex.h | 677 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 3610 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 3616 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 3630 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc_ex.h | 798 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc_ex.h | 1104 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc_ex.h | 1609 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 5615 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) in HAL_RCCEx_EnableLSCO() argument 5620 assert_param(IS_RCC_LSCOSOURCE(LSCOSource)); in HAL_RCCEx_EnableLSCO() 5629 MODIFY_REG(RCC->BDCR, RCC_BDCR_LSCOSEL | RCC_BDCR_LSCOEN, LSCOSource | RCC_BDCR_LSCOEN); in HAL_RCCEx_EnableLSCO()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 1205 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 1288 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 2404 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 1911 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 2456 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 3805 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
|