Searched refs:hexchrs (Results 1 – 1 of 1) sorted by relevance
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/ |
D | mss_ddr_debug.c | 115 const uint8_t hexchrs[] = { '0','1','2','3','4','5','6','7','8','9','A','B',\ in dumpbyte() local 117 MSS_UART_polled_tx(uart, &hexchrs[b >> 4u] , 1); in dumpbyte() 118 MSS_UART_polled_tx(uart, &hexchrs[b & 0x0fu] , 1); in dumpbyte()
|