Home
last modified time | relevance | path

Searched refs:PWR_CR1_MODE_PDN (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_pwr.h288 SET_BIT(PWR->CR1, PWR_CR1_MODE_PDN); in LL_PWR_EnablePullDown()
298 CLEAR_BIT(PWR->CR1, PWR_CR1_MODE_PDN); in LL_PWR_DisablePullDown()
308 return ((READ_BIT(PWR->CR1, PWR_CR1_MODE_PDN) == (PWR_CR1_MODE_PDN)) ? 1UL : 0UL); in LL_PWR_IsEnabledPullDown()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c618 SET_BIT(PWR->CR1, PWR_CR1_MODE_PDN); in HAL_PWREx_EnablePullDownOutput()
627 CLEAR_BIT(PWR->CR1, PWR_CR1_MODE_PDN); in HAL_PWREx_DisablePullDownOutput()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h24634 #define PWR_CR1_MODE_PDN PWR_CR1_MODE_PDN_Msk /*!< Pull down on o… macro
Dstm32n657xx.h25783 #define PWR_CR1_MODE_PDN PWR_CR1_MODE_PDN_Msk /*!< Pull down on o… macro
Dstm32n655xx.h25541 #define PWR_CR1_MODE_PDN PWR_CR1_MODE_PDN_Msk /*!< Pull down on o… macro
Dstm32n647xx.h24876 #define PWR_CR1_MODE_PDN PWR_CR1_MODE_PDN_Msk /*!< Pull down on o… macro