Home
last modified time | relevance | path

Searched refs:LSCOSource (Results 1 – 25 of 25) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc_ex.c450 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/
Dstm32c0xx_hal_rcc_ex.c473 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/
Dstm32wlxx_hal_rcc_ex.c1018 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/
Dstm32wbaxx_hal_rcc_ex.c1198 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/
Dstm32u0xx_hal_rcc_ex.c1366 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/
Dstm32wbxx_hal_rcc_ex.c1449 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/
Dstm32g0xx_hal_rcc_ex.c1216 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/
Dstm32g4xx_hal_rcc_ex.c1406 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/
Dstm32l5xx_hal_rcc_ex.c1938 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/
Dstm32wb0x_ll_rcc.h1276 __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()
Dstm32wb0x_hal_rcc_ex.h415 void HAL_RCCEx_EnableLSCOinDEEPSTOP(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2407 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/
Dstm32wlxx_hal_rcc_ex.h673 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc_ex.h677 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3610 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/
Dstm32wbaxx_hal_rcc_ex.h798 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h1104 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h1609 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5615 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/
Dstm32g0xx_hal_rcc_ex.h1205 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h1288 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h2404 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h1911 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h2456 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3805 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource);