Question
How do you write/read from pins Pxx_C ?
For example, when using the HAL drivers to write to a pin you would normally write:
HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_RESET);But, how would you do that using PA1_C, for instance?
Thank you.
