Home
last modified time | relevance | path

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

1234

/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h327 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/
Dstm32g0xx_ll_pwr.h730 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/
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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c334 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/
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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h3627 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32c031xx.h3631 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
/hal_stm32-3.5.0/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h3591 #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
Dstm32g050xx.h3610 #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
Dstm32g061xx.h4339 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
/hal_stm32-3.5.0/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h5379 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro
Dstm32wle5xx.h5379 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up a… macro

1234