Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c848 uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument
856 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes()
863 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
867 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
872 *pPinAttributes |= GPIO_PIN_PRIV; in HAL_GPIO_GetConfigPinAttributes()
876 *pPinAttributes |= GPIO_PIN_NPRIV; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gpio.c590 …f HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument
593 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes()
605 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
609 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gpio.c621 …GPIO_GetConfigPinAttributes(const GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument
628 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes()
635 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
639 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gpio.c694 uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument
700 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes()
720 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
724 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c910 uint32_t *pPinAttributes) in HAL_GPIO_GetConfigPinAttributes() argument
922 if (pPinAttributes == NULL) in HAL_GPIO_GetConfigPinAttributes()
956 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
960 *pPinAttributes = GPIO_PIN_NSEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gpio.h386 uint32_t *pPinAttributes);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gpio.h386 uint32_t *pPinAttributes);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gpio.h376 … HAL_GPIO_GetConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gpio.h372 …PIO_GetConfigPinAttributes(const GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t *pPinAttributes);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h509 uint32_t *pPinAttributes);