Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdu/
Dcis_table.c28 static uint8_t tohex(uint8_t c) in tohex() function
117 REG8(addr + i) = (uint8_t)tohex((id >> 4U) & 0xfU); in emitvers()
118 REG8(addr + i + 1U) = (uint8_t)tohex(id & 0xfU); in emitvers()