Hi,
That's will be a basic question. I am examining the GPIO example in dvdsk.
The pin1 is set to output using
CSL_FINS( gpioRegs->DIR01, GPIO_DIR01_DIR1, CSL_GPIO_DIR01_DIR1_OUT );
But there is no GPIO_DIR01_DIR1 defined in the code, altough it compiles without any error.
GPIO_DIR01_DIR1 is supposed to represent the field 1 of the DIR01 register. But somehow it doesn't exist in the code.
Thanks.