4.8 JNMMCANDIOAddrInit

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

int JNMMCANDIOAddrInit(int dio_base);

Name

Description

dio_base

dio address received from user

Return Value

Error code or 0.

Usage Example

To configure the DIO.

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

Last updated