Home
last modified time | relevance | path

Searched refs:LL_GPIO_PIN_ALL (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_gpio.c48 #define IS_LL_GPIO_PIN(__VALUE__) ((((__VALUE__) & LL_GPIO_PIN_ALL)!= 0u) &&\
49 (((__VALUE__) & (~LL_GPIO_PIN_ALL))== 0u))
230 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_gpio.c51 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
212 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_gpio.c51 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
228 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_gpio.c63 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
248 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_gpio.c46 …GPIO_PIN(__VALUE__) (((0x00000000UL) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
233 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_gpio.c49 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
239 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_gpio.c46 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
233 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_gpio.c46 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
231 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_gpio.c51 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
245 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_gpio.c51 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
243 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_gpio.c51 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
251 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_gpio.c63 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
277 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_gpio.c46 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
254 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_gpio.c47 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
261 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_gpio.c62 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
269 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_gpio.c51 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
266 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_gpio.c46 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
255 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_gpio.c46 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
276 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_gpio.c46 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
273 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_gpio.c47 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
268 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_gpio.c46 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
277 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_gpio.c50 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
268 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_gpio.c47 …_GPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
277 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_gpio.c52 … IS_LL_GPIO_PIN(__VALUE__) (((0x00u) < (__VALUE__)) && ((__VALUE__) <= (LL_GPIO_PIN_ALL)))
270 GPIO_InitStruct->Pin = LL_GPIO_PIN_ALL; in LL_GPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_gpio.h123 #define LL_GPIO_PIN_ALL (GPIO_BSRR_BS_0 | GPIO_BSRR_BS_1 | GPIO_BSRR_BS_2 | \ macro

12