Home
last modified time | relevance | path

Searched refs:u8SetRxDone (Results 1 – 2 of 2) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c152 uint8 u8SetRxDone; in Socket_ReadSocketData() local
157 u8SetRxDone = 1; in Socket_ReadSocketData()
162 u8SetRxDone = 0; in Socket_ReadSocketData()
166 … if(hif_receive(u32Address, gastrSockets[sock].pu8UserBuffer, u16Read, u8SetRxDone) == M2M_SUCCESS) in Socket_ReadSocketData()
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/
Dm2m_wifi.c233 uint8 u8SetRxDone; in m2m_wifi_cb() local
244 u8SetRxDone = 1; in m2m_wifi_cb()
247 u8SetRxDone = 0; in m2m_wifi_cb()
255 …if(hif_receive(u32Addr + u16Offset, gau8ethRcvBuf, strM2mIpCtrlBuf.u16DataSize, u8SetRxDone) == M2… in m2m_wifi_cb()