Define individual Pin. This is used to set up processor specific arrays with all I2S pins and to setup and end the pin definition. More...
#include <stm32-i2s.h>
Public Member Functions | |
I2SPin (I2SPinFunction f, PinName n, int alt) | |
void | begin () |
void | end () |
Undo the current pin function. | |
Public Attributes | |
I2SPinFunction | function |
PinName | pin |
int | altFunction |
Define individual Pin. This is used to set up processor specific arrays with all I2S pins and to setup and end the pin definition.