51 #ifndef APP_NCI_ICODE_H_ 52 #define APP_NCI_ICODE_H_ 63 #define APP_NCI_ADDRESS 0xFFU 64 #define APP_NCI_I2C_LOCATION FALSE 65 #define APP_NCI_I2C_FREQUENCY_HZ 100000 66 #define APP_NCI_TICK_MS 5 67 #if (JENNIC_CHIP_FAMILY == JN517x) 68 #define APP_NCI_IRQ_PIN 18 69 #define APP_NCI_VEN_PIN 15 71 #define APP_NCI_IRQ_PIN 17 72 #define APP_NCI_VEN_PIN 0 96 uint8 u8ApplicationEndpoint
PUBLIC void APP_vNciStart(uint8 u8ApplicationEndpoint)
Starts NCI processing.
teNciEvent
Definition: nci.h:161
NCI driver for reading and writing data (interface)
PUBLIC void APP_vNciStop(void)
Stops the NCI running.
PUBLIC void APP_cbNciEvent(teNciEvent eNciEvent, uint32 u32Address, uint32 u32Length, uint8 *pu8Data)
NCI event callback function.
PUBLIC void APP_cbNciTimer(void *pvParams)
ZTIMER callback function.