Home
last modified time | relevance | path

Searched refs:pPinAttributes (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_gpio.c601 …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/
Dstm32h5xx_hal_gpio.c693 …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/
Dstm32u5xx_hal_gpio.c879 …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/
Dstm32l5xx_hal_gpio.h351 … 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/
Dstm32u5xx_hal_gpio.h365 … 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/
Dstm32h5xx_hal_gpio.h369 … HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes);