Home
last modified time | relevance | path

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

/hal_atmel-latest/asf/common/components/wifi/winc1500/common/source/
Dnm_common.c86 uint8 m2m_strncmp(uint8 *pcS1, uint8 *pcS2, uint16 u16Len) in m2m_strncmp() function
118 } while (m2m_strncmp(pcIn, pcStr, u16StrLen) != 0); in m2m_strstr()
/hal_atmel-latest/asf/common/components/wifi/winc1500/common/include/
Dnm_common.h146 NMI_API uint8 m2m_strncmp(uint8 *pcS1, uint8 *pcS2, uint16 u16Len);