Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

unsigned int addr : OTP code buffer address, from 0 to 0x1800x17F (inclusive).
unsigned char data : byte to be written to OTP code buffer at specified address.

...

unsigned int addr : OTP code buffer address, from 0 to 0x1800x17F (inclusive).
unsigned char &data : byte from OTP code buffer at specified address.

...

unsigned int addr : OTP read buffer address, from 0 to 0x1800x17F (inclusive).
unsigned char &data : byte from OTP read buffer at specified address, for specified target.
int target : target from 1 to 8

...