Home
last modified time | relevance | path

Searched refs:u16Len (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() argument
88 for ( ; u16Len > 0; pcS1++, pcS2++, --u16Len) in m2m_strncmp()
/hal_atmel-latest/asf/common/components/wifi/winc1500/common/include/
Dnm_common.h146 NMI_API uint8 m2m_strncmp(uint8 *pcS1, uint8 *pcS2, uint16 u16Len);