Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.c180 uint8_t byte; in spinel_validate_utf8() local
183 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rramc.h250 uint8_t byte = nrf_rramc_byte_read(address); in nrfy_rramc_byte_read() local
252 return byte; in nrfy_rramc_byte_read()
/hal_nordic-latest/nrfx/
DCHANGELOG.md127 - 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…