Searched refs:byte (Results 1 – 3 of 3) sorted by relevance
180 uint8_t byte; in spinel_validate_utf8() local183 while ((byte = *string++) != 0) in spinel_validate_utf8()185 if ((byte & 0x80) == 0) in spinel_validate_utf8()192 if ((byte & 0x40) == 0) // 10xx-xxxx in spinel_validate_utf8()198 else if ((byte & 0x20) == 0) // 110x-xxxx in spinel_validate_utf8()202 else if ((byte & 0x10) == 0) // 1110-xxxx in spinel_validate_utf8()206 else if ((byte & 0x08) == 0) // 1111-0xxx in spinel_validate_utf8()218 byte = *string++; in spinel_validate_utf8()221 if ((byte & 0xc0) != 0x80) in spinel_validate_utf8()
250 uint8_t byte = nrf_rramc_byte_read(address); in nrfy_rramc_byte_read() local252 return byte; in nrfy_rramc_byte_read()
127 - Added possibility to get callback called on each byte received in the UARTE driver.194 - Added functions for writing a word to the flash and reading a buffer, word, halfword, and byte in…