Zilog ZUSBOPTS User Manual
Page 237
UM017105-0511
Warning and Error Messages
Zilog Developer Studio II – ZNEO™
User Manual
209
ble to have two cases with the same value not caught by the front end. Review the
switch
statement closely.
309 Interrupt function
A function declared as an
interrupt function cannot have function arguments.
313 Bitfield Length exceeds x bits.
The compiler only accepts bit-field lengths of 8 bits
or less for char bit-fields, 16 bit or less for short bit-fields and 32 bit or less for int and long
bit-fields.