Searched refs:pPinAttributes (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_gpio.c | 601 …f HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument 607 if(pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes() 627 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes() 631 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_gpio.c | 693 …f HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument 699 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes() 719 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes() 723 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_gpio.c | 879 …f HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument 891 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes() 925 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes() 929 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
| D | stm32l5xx_hal_gpio.h | 351 … HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_gpio.h | 365 … HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_gpio.h | 369 … HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes);
|