Home
last modified time | relevance | path

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

1234

/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_gpio.h87 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
510 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
513 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()
515 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(Pi… in LL_GPIO_SetPinPull()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_gpio.c191 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
194 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
235 GPIO_InitStruct->Pull = LL_GPIO_PULL_DOWN; in LL_GPIO_StructInit()
Dstm32f1xx_hal_gpio.c247 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
248 if (GPIO_Init->Pull == GPIO_NOPULL) in HAL_GPIO_Init()
252 else if (GPIO_Init->Pull == GPIO_PULLUP) in HAL_GPIO_Init()
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c182 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
212 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
253 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c166 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
196 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
238 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_gpio.c160 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
197 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
238 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c185 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
215 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
256 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_gpio.c178 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
208 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
248 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_gpio.c179 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
209 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
250 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c212 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
242 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
282 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c188 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
218 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
259 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c203 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
233 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
274 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c188 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
219 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
260 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c200 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
230 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
271 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c209 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
241 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
282 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_gpio.c195 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
222 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
269 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c209 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
240 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
281 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c208 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
235 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
282 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c209 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
239 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
278 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_gpio.h84 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
474 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
476 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPDR0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_gpio.h84 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
485 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
487 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_gpio.h84 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
482 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
484 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_gpio.h84 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
485 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
487 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_gpio.h92 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
493 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
495 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(Pi… in LL_GPIO_SetPinPull()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_gpio.h84 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
485 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
487 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()

1234