Searched refs:hex (Results 1 – 3 of 3) sorted by relevance
454 const char hex[] = in whd_ether_ntoa() local474 *output++ = hex[(*octet >> 4) & 0xf]; in whd_ether_ntoa()475 *output++ = hex[*octet & 0xf]; in whd_ether_ntoa()
828 bool hex) in Cy_SegLCD_WriteNumber() argument836 uint32_t locDiv = (hex) ? 0x10UL : 10UL; /* The digit weight for hex/dec counting systems */ in Cy_SegLCD_WriteNumber()
552 …32_t value, uint32_t position, cy_stc_seglcd_disp_t const * display, bool zeroes, bool hex);