Altera_Forum
Honored Contributor
10 years agoPIO Bitwise operation
Hallo, What is the best way to perform bit wise operation to clear or set specific bits on Nios II PIO port? An example CTRL_PORT = CTRL_PORT | (1 << CTRL_CS) | (1 << CTRL_RDE) | (1 <...