Searched refs:u8Gid (Results 1 – 2 of 2) sorted by relevance
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/ |
D | m2m_hif.c | 294 sint8 hif_send(uint8 u8Gid,uint8 u8Opcode,uint8 *pu8CtrlBuf,uint16 u16CtrlBufSize, in hif_send() argument 301 strHif.u8Gid = u8Gid; in hif_send() 320 reg |= (uint32)u8Gid; in hif_send() 334 reg |= (u8Gid == M2M_REQ_GROUP_IP) ? (NBIT3):(0); /*IP = 1 or non IP*/ in hif_send() 474 size, strHif.u16Length, strHif.u8Gid, strHif.u8Opcode); in hif_isr() 481 if(M2M_REQ_GROUP_WIFI == strHif.u8Gid) in hif_isr() 489 else if(M2M_REQ_GROUP_IP == strHif.u8Gid) in hif_isr() 497 else if(M2M_REQ_GROUP_OTA == strHif.u8Gid) in hif_isr() 505 else if(M2M_REQ_GROUP_CRYPTO == strHif.u8Gid) in hif_isr() 513 else if(M2M_REQ_GROUP_SIGMA == strHif.u8Gid) in hif_isr() [all …]
|
D | m2m_hif.h | 71 uint8 u8Gid; /*!< Group ID */ member 134 NMI_API sint8 hif_send(uint8 u8Gid,uint8 u8Opcode,uint8 *pu8CtrlBuf,uint16 u16CtrlBufSize,
|