Searched refs:PinAttributes (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_gpio.c | 792 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 802 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 807 if ((PinAttributes & GPIO_PIN_SEC) == GPIO_PIN_SEC) in HAL_GPIO_ConfigPinAttributes() 811 else if ((PinAttributes & GPIO_PIN_NSEC) == GPIO_PIN_NSEC) in HAL_GPIO_ConfigPinAttributes() 823 if ((PinAttributes & GPIO_PIN_PRIV) == GPIO_PIN_PRIV) in HAL_GPIO_ConfigPinAttributes() 827 else if ((PinAttributes & GPIO_PIN_NPRIV) == GPIO_PIN_NPRIV) in HAL_GPIO_ConfigPinAttributes()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_gpio.c | 557 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 564 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 568 if (PinAttributes != GPIO_PIN_NSEC) in HAL_GPIO_ConfigPinAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_gpio.c | 589 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 596 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 600 if (PinAttributes != GPIO_PIN_NSEC) in HAL_GPIO_ConfigPinAttributes()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_gpio.c | 651 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 660 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 674 tmp |= (PinAttributes << position); in HAL_GPIO_ConfigPinAttributes()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gpio.c | 853 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 863 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 893 … MODIFY_REG(p_gpio->SECCFGR, (GPIO_SECCFGR_SEC0 << pin_position), (PinAttributes << pin_position)); in HAL_GPIO_ConfigPinAttributes()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_gpio.h | 384 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_gpio.h | 384 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_gpio.h | 375 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_gpio.h | 371 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_gpio.h | 507 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|