Home
last modified time | relevance | path

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

123456

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_gpio.h86 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
509 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
512 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()
514 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(Pi… in LL_GPIO_SetPinPull()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_gpio.c145 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
175 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
216 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_gpio.c190 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
193 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
234 GPIO_InitStruct->Pull = LL_GPIO_PULL_DOWN; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_gpio.c161 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
191 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
232 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c181 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
211 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
252 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c165 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
195 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
237 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_gpio.c172 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
202 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
243 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_gpio.c159 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()
237 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_gpio.c164 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_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_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()
249 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_gpio.c177 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
207 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
247 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c184 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
214 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
255 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c211 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()
281 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c187 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
217 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
258 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_gpio.c195 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
225 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
265 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c202 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
232 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
273 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c199 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
229 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
270 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c187 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-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c208 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()
280 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c208 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
238 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
277 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_gpio.c202 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
232 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
272 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c207 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
234 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-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_gpio.c201 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
231 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
272 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c208 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-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_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()

123456