AM64x MCU+ SDK  08.02.00
iPNIsoMDrv.h File Reference

Go to the source code of this file.

Macros

#define PNISO_MAX_NUM_EVENTS   2
 
#define PNISO_MODE_NONE   0
 
#define PNISO_MODE_INTERRUPT   1
 
#define PNISO_MODE_GPIO   2
 
#define PNISO_MODE_DISABLE   0
 
#define PNISO_MODE_ENABLE   1
 

Typedefs

typedef uint32_t * PNISOM_Handle
 ISOM handle. More...
 

Functions

PNISOM_Handle PN_ISO_initGPIOEvent (PN_Handle pnHandle, uint8_t isoMode, uint32_t timeval, uint32_t duration)
 API to initialize the ISOM event/signal. Returns the ISOM handle. The Event/signal will be disabled by default. More...
 
void PN_ISO_enableGPIOEvent (PN_Handle pnHandle, PNISOM_Handle isoHandle)
 API to enable the ISOM event/signal generation. More...
 
void PN_ISO_disableGPIOEvent (PN_Handle pnHandle, PNISOM_Handle isoHandle)
 API to disable the ISOM event/signal generation. More...
 
void PN_ISO_deInitGPIOEvent (PN_Handle pnHandle, PNISOM_Handle isoHandle)
 API to De init the ISOM event/signal. More...
 

Macro Definition Documentation

◆ PNISO_MAX_NUM_EVENTS

#define PNISO_MAX_NUM_EVENTS   2

◆ PNISO_MODE_NONE

#define PNISO_MODE_NONE   0