| aCore_Outportc | Index |
Definition:
Parameters:
Return Value:
Description:
This routine writes a char value to an I/O port. An I/O error will occur if the port is read-only or can not accept a char value.
Example:
aCore_Outportc(0x0402,100);
This would write a value of 100 to port 0x0402.
Related: