| /bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/ |
| A D | crypto_sample.c | 132 dump_hex(hash_input, sizeof(hash_input)); in hw_hash_sample() 144 dump_hex(sha1_except, sizeof(sha1_except)); in hw_hash_sample() 152 dump_hex(sha1_output, sizeof(sha1_output)); in hw_hash_sample() 176 dump_hex(md5_except, sizeof(md5_except)); in hw_hash_sample() 184 dump_hex(md5_output, sizeof(md5_output)); in hw_hash_sample() 208 dump_hex(sha224_except, sizeof(sha224_except)); in hw_hash_sample() 216 dump_hex(sha224_output, sizeof(sha224_output)); in hw_hash_sample() 298 dump_hex(cryp_key, sizeof(cryp_key)); in hw_cryp_sample() 300 dump_hex(buf_in, sizeof(buf_in)); in hw_cryp_sample() 308 dump_hex(buf_out, sizeof(buf_out)); in hw_cryp_sample() [all …]
|
| /bsp/ft2004/libraries/bsp/standlone/ |
| A D | ft_trace.h | 38 #define FT_MEM_TRACE_DUMP(buf, buflen, tag) dump_hex((buf), (buflen), (tag)) 45 void dump_hex(const u8 *ptr, u32 buflen, const char *tag);
|
| A D | ft_trace.c | 25 void dump_hex(const u8 *ptr, u32 buflen, const char *tag) in dump_hex() function
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_eth.c | 69 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 200 dump_hex(buffer, p->tot_len); in rt_ra_eth_tx() 208 dump_hex(q->payload, q->len); in rt_ra_eth_tx() 246 dump_hex(buffer, p->tot_len); in rt_ra_eth_rx() 280 dump_hex(q->payload, q->len); in rt_ra_eth_rx()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_spdifrx.c | 217 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 275 dump_hex((rt_uint8_t *)tx_buffer, size); in spdifrx_sample() 294 dump_hex((rt_uint8_t *)rx_buffer, size); in spdifrx_sample()
|
| A D | drv_sdcard.c | 56 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 253 dump_hex(cache_buf, BLOCKSIZE * count); in rt_sdcard_read() 288 dump_hex(cache_buf, BLOCKSIZE); in rt_sdcard_write()
|
| A D | drv_emmc.c | 64 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 326 dump_hex(cache_buf, data->blks * data->blksize); in rthw_sdio_send_command() 363 dump_hex(cache_buf, data->blks * data->blksize); in rthw_sdio_request()
|
| A D | drv_ov5640.c | 60 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_eth.c | 61 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 256 dump_hex(buffer, p->tot_len); in rt_stm32_eth_tx() 325 dump_hex(buffer, p->tot_len); in rt_stm32_eth_rx()
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_eth.c | 67 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 479 dump_hex((rt_uint8_t*)(DMATxDescToSet->Buffer1Addr), p->tot_len); in rt_apm32_eth_tx() 560 dump_hex((rt_uint8_t*)(DMARxDescToGet->Buffer1Addr), p->tot_len); in rt_apm32_eth_rx()
|
| /bsp/ft2004/drivers/ |
| A D | drv_eth.c | 57 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 401 dump_hex(Buffer, p->tot_len); in rt_ft2004_gmac_tx() 461 dump_hex(Buffer, (u32)Length); in rt_ft2004_gmac_rx()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/eth/ |
| A D | drv_eth.c | 105 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 564 dump_hex(txBuffer[txIndex], framelen); in rt_stm32_eth_tx() 648 dump_hex(rxBuffer[rxIndex], framelen); in rt_stm32_eth_rx()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/ |
| A D | drv_eth.c | 105 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 574 dump_hex(txBuffer[txIndex], framelen); in rt_stm32_eth_tx() 660 dump_hex(rxBuffer[rxIndex], framelen); in rt_stm32_eth_rx()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_eth.c | 68 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 639 dump_hex(buffer, p->tot_len); in rt_ch32_eth_tx() 684 dump_hex(buffer, p->tot_len); in rt_ch32_eth_rx()
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_eth.c | 81 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function 309 dump_hex(&Txbuffer[0]); in rt_stm32_eth_tx()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/camera/ |
| A D | drv_ov2640.c | 38 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_ov2640.c | 52 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/ports/ |
| A D | drv_ov5640.c | 47 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_emac.c | 74 static void dump_hex(const rt_uint8_t *ptr, rt_size_t buflen) in dump_hex() function
|