In SPRUEU1, topic 2.13 (CANES) is said that one should write 1 to clean (acknowledge) the error flags.
The bits FE, BE, CRCE, SE, ACKE, BO, EP, EW are all R/C (Read/Clear) type, according to Figure 2-13.
But at Table 2-13, only FE & BE are explicitly called "flags".
So, my question is about CRCE, SE, ACKE, BO, EP & EW bits. They aren't explicitly treated as flags and there aren't any explanation about how to clean them.
But they are R/C bits and their functions can be understood as flags.
So, I clean them by writting 1, as with FE & BE?
Additionally, if it is not detailed in the text, can I infer that all bits of RC type must be cleaned by writing 1 and all RW bits must be cleaned by writting 0?... for all TMS320F28335 peripherals?