Searched refs:GPIO_FCR (Results 1 – 1 of 1) sorted by relevance
87 #define GPIO_FCR GPIO_FCR_Msk macro812 MODIFY_REG(GPIOx->FCR, ((pin * pin) * GPIO_FCR), ((pin * pin) * mode)); in FL_GPIO_SetPinMode()844 return (uint32_t)(READ_BIT(GPIOx->FCR, ((pin * pin) * GPIO_FCR)) / (pin * pin)); in FL_GPIO_GetPinMode()
Completed in 11 milliseconds