Searched refs:buf (Results 1 – 8 of 8) sorted by relevance
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/ |
D | r_usb_host.c | 192 void * buf; /* the start address of a transfer data buffer */ 274 static void r_usbh_pipe_write_packet(void * buf, volatile void * fifo, uint32_t len); 275 static void r_usbh_pipe_read_packet(void * buf, volatile void * fifo, uint32_t len); 558 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].buf = NULL; in R_USBH_SetupSend() 1334 static void r_usbh_pipe_write_packet (void * buf, volatile void * fifo, uint32_t len) in r_usbh_pipe_write_packet() argument 1337 uint8_t * addr = buf; in r_usbh_pipe_write_packet() 1353 static void r_usbh_pipe_read_packet (void * buf, volatile void * fifo, uint32_t len) in r_usbh_pipe_read_packet() argument 1355 uint8_t * p = (uint8_t *) buf; in r_usbh_pipe_read_packet() 1374 void * buf = pipe->buf; in r_usbh_pipe0_xfer_in() local 1378 r_usbh_pipe_read_packet(buf, (volatile void *) &p_reg->CFIFO, len); in r_usbh_pipe0_xfer_in() [all …]
|
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/ |
D | r_usb_device.c | 65 void * buf; /* the start address of a transfer data buffer */ member 97 void * buf, 101 void * buf, 790 void * buf, in pipe_write_packet() argument 811 uint8_t const * buf8 = (uint8_t const *) buf; in pipe_write_packet() 829 void * buf, in pipe_read_packet() argument 834 uint8_t * p_buf = (uint8_t *) buf; in pipe_read_packet() 860 pipe->buf = NULL; in pipe0_xfer_in() 867 void * buf = pipe->buf; in pipe0_xfer_in() local 871 pipe_write_packet(p_ctrl, buf, cfifo, len); in pipe0_xfer_in() [all …]
|
/hal_renesas-latest/smartbond/cmac/ |
D | rand.c | 61 cmac_rand_fill(uint32_t *buf, int num_words) in cmac_rand_fill() argument 72 g_cmac_shm.rand->cmr_buf[next] = buf[0]; in cmac_rand_fill() 80 ++buf; in cmac_rand_fill()
|
D | rand.h | 38 void cmac_rand_fill(uint32_t *buf, int num_words);
|
/hal_renesas-latest/smartbond/da1469x_hal/ |
D | da1469x_trimv.c | 172 da1469x_trimv_group_read(uint8_t group, uint32_t *buf, uint8_t num_words) in da1469x_trimv_group_read() argument 189 rc = da1469x_otp_read(offset, buf, num_words * 4); in da1469x_trimv_group_read()
|
D | da1469x_trimv.h | 44 uint8_t da1469x_trimv_group_read(uint8_t group, uint32_t *buf, uint8_t length);
|
D | da1469x_lcdc.h | 185 da1469x_lcdc_send_cmd_data(bool cmd, const uint8_t *buf, size_t len);
|
D | da1469x_lcdc.c | 188 da1469x_lcdc_send_cmd_data(bool cmd, const uint8_t *buf, size_t len) in da1469x_lcdc_send_cmd_data() argument 208 LCDC_DBIB_CMD_REG_SET_FIELD(LCDC_DBIB_CMD_VAL, lcdc_dbib_cmd_reg, buf[i]); in da1469x_lcdc_send_cmd_data()
|