/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 327 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg() 337 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg() 347 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 730 SET_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_EnablePUPDCfg() 740 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in LL_PWR_DisablePUPDCfg() 750 return ((READ_BIT(PWR->CR3, PWR_CR3_APC) == (PWR_CR3_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDCfg()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 745 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-3.5.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 760 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-3.5.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 839 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-3.5.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 677 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-3.5.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 797 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-3.5.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 334 SET_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig() 345 CLEAR_BIT(PWR->CR3, PWR_CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 655 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-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 496 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-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 537 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-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 569 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-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 517 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-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 706 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-3.5.0/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 3627 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32c031xx.h | 3631 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 3591 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32g070xx.h | 3622 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32g050xx.h | 3610 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32g031xx.h | 3767 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32g041xx.h | 4003 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32g051xx.h | 4103 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32g061xx.h | 4339 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 5379 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|
D | stm32wle5xx.h | 5379 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
|