Datasheet

I2C Bootloader
Document Number: 001-13258 Rev. *J Page 25 of 39
BootLdrI2C_ClrRdStatus
Description:
Clears the status bits in the Control/Status register, but does not alter buffer addresses, counts, or the
Flash/Ram Read bit.
C Prototype:
void BootLdrI2C_ClrRdStatus(void);
Assembler:
lcall BootLdrI2C_ClrRdStatus
Parameters:
None.
Return Value:
None
Side Effects:
The A and X registers may be modified by this or future implementations of this function. This is true
for all RAM page pointer registers in the Large Memory Model (CY8C29xxx). When necessary, it is
the calling function's responsibility to preserve the values across calls to fastcall16 functions.
BootLdrI2C_ClrWrStatus
Description:
Clears the status bits in the Control/Status register, but does not alter buffer addresses, counts, or the
Flash/Ram Read bit.
C Prototype:
void BootLdrI2C_ClrWrStatus(void);
Assembler:
lcall BootLdrI2C_ClrWrStatus
Parameters:
None.
Return Value:
None
Side Effects:
The A and X registers may be modified by this or future implementations of this function. This is true
for all RAM page pointer registers in the Large Memory Model (CY8C29xxx). When necessary, it is
the calling function's responsibility to preserve the values across calls to fastcall16 functions.