Searched refs:secondNibble (Results 1 – 1 of 1) sorted by relevance
122 uint16_t secondNibble = (uint16_t)(byteVal&0xF); in ufmt_ptou() local125 buffer[length++]=TO_LC_DIGIT(secondNibble); in ufmt_ptou()129 buffer[length++]=TO_UC_DIGIT(secondNibble); in ufmt_ptou()