Home
last modified time | relevance | path

Searched refs:IS_GPIO_PIN (Results 1 – 25 of 39) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gpio.c187 assert_param(IS_GPIO_PIN(pGPIO_Init->Pin)); in HAL_GPIO_Init()
317 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
395 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
428 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
462 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
480 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
507 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
543 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_EnableHighSPeedLowVoltage()
565 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DisableHighSPeedLowVoltage()
659 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ConfigPinAttributes()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c210 assert_param(IS_GPIO_PIN(pGPIO_Init->Pin)); in HAL_GPIO_Init()
381 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
479 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
511 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
545 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
565 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
596 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
678 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_EnableHighSPeedLowVoltage()
736 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DisableHighSPeedLowVoltage()
862 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ConfigPinAttributes()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gpio.c176 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
303 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
381 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
411 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
442 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
461 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
487 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
595 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ConfigPinAttributes()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gpio.c167 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
294 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
372 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
404 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
429 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
455 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
565 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ConfigPinAttributes()
611 assert_param(IS_GPIO_PIN(GPIO_Pin) && (GPIO_Pin != GPIO_PIN_All)); in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_gpio.c172 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
296 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
374 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
404 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
437 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
455 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
481 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gpio.c167 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
307 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
391 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
421 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
454 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
473 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
499 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_gpio.c181 assert_param(IS_GPIO_PIN(pGPIO_Init->Pin)); in HAL_GPIO_Init()
309 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
386 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
416 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
449 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
467 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
493 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_gpio.c177 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
307 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
387 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
418 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
442 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
468 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_gpio.c177 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
305 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
384 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
416 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
440 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
465 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_gpio.c170 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
300 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
378 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
410 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
435 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
461 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_gpio.c170 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
297 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
375 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
407 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
432 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
458 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_gpio.c179 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
309 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
388 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
420 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
444 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
470 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_gpio.c190 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
361 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
436 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
468 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
492 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
517 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_gpio.c171 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
315 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
398 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
430 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
454 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
480 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gpio.c180 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
317 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
394 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
426 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
450 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
476 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_gpio.c178 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
309 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
386 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
416 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
440 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
475 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_gpio.c171 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
375 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
407 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
431 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
456 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_gpio.c173 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
380 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
413 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
438 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
463 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_gpio.c184 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
389 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
421 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
443 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
472 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio.h264 #define IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00u) && ((((uint32_t)P… macro
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_gpio.h313 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK ) != 0x00u) &&\ macro
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio.h126 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\ macro
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_gpio.h268 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK) != 0x00u) &&\ macro
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_gpio.h241 #define IS_GPIO_PIN(__PIN__) (((((uint32_t)__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\ macro
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio.h201 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\ macro

12