4.8 JNMMCANDIOAddrInit

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

int JNMMCANDIOAddrInit(int dio_base);

Usage Example

To configure the DIO.

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

Last updated