Home
last modified time | relevance | path

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

1234

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h420 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
430 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
440 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h805 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
815 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
825 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h732 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
742 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
752 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h745 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
755 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
765 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h839 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
849 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
859 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h760 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
770 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
781 temp = READ_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_IsEnabledPUPDCfg()
783 return ((temp == (PWR_CR3_APC))?1U:0U); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h677 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
687 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
697 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h797 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg()
807 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg()
817 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c417 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
428 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c655 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
666 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c496 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
511 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1078 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
1089 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c537 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
549 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c569 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
580 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c517 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
529 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c706 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig()
718 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h3563 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32c031xx.h3570 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32c071xx.h3859 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h3591 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32g050xx.h3610 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32g070xx.h3622 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32g031xx.h3767 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32g041xx.h4003 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32g051xx.h4103 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro

1234