Searched refs:PinAttributes (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 | 560 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 569 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 583 temp |= (PinAttributes << position); in HAL_GPIO_ConfigPinAttributes()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/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()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_gpio.c | 823 void HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes) in HAL_GPIO_ConfigPinAttributes() argument 833 assert_param(IS_GPIO_PIN_ATTRIBUTES(PinAttributes)); in HAL_GPIO_ConfigPinAttributes() 863 … MODIFY_REG(p_gpio->SECCFGR, (GPIO_SECCFGR_SEC0 << pin_position), (PinAttributes << pin_position)); in HAL_GPIO_ConfigPinAttributes()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
| D | stm32l5xx_hal_gpio.h | 350 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_gpio.h | 364 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_gpio.h | 368 … HAL_GPIO_ConfigPinAttributes(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, uint32_t PinAttributes);
|