5.5 JNMMCANDIOAddrInit

This function initialises the DIO with the address provided by user.

BYTE JNMMCANDIOAddrInit(int dio_base);

Name

Description

dio_address

dio address received from user

Return Value

returns 1 on error

Usage Example

To configure the DIO

dio_address = 0x140 // please refer the J14 configuration for ISA mode
JNMMCANDIOAddrInit(dio_address);

Last updated