Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_utils.c454 const char hex[] = in whd_ether_ntoa() local
474 *output++ = hex[(*octet >> 4) & 0xf]; in whd_ether_ntoa()
475 *output++ = hex[*octet & 0xf]; in whd_ether_ntoa()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_seglcd.c828 bool hex) in Cy_SegLCD_WriteNumber() argument
836 uint32_t locDiv = (hex) ? 0x10UL : 10UL; /* The digit weight for hex/dec counting systems */ in Cy_SegLCD_WriteNumber()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_seglcd.h552 …32_t value, uint32_t position, cy_stc_seglcd_disp_t const * display, bool zeroes, bool hex);