/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_rspi/ |
D | r_rspi.c | 75 uint32_t const length, 190 uint32_t const length, in R_RSPI_Read() argument 197 return r_rspi_write_read_common(p_api_ctrl, NULL, p_dest, length, bit_width); in R_RSPI_Read() 216 uint32_t const length, in R_RSPI_Write() argument 223 return r_rspi_write_read_common(p_api_ctrl, p_src, NULL, length, bit_width); in R_RSPI_Write() 243 uint32_t const length, in R_RSPI_WriteRead() argument 251 return r_rspi_write_read_common(p_api_ctrl, p_src, p_dest, length, bit_width); in R_RSPI_WriteRead() 884 uint32_t const length, in r_rspi_write_read_common() argument 893 FSP_ASSERT(0 != length); in r_rspi_write_read_common() 907 p_ctrl->tx_count = length; in r_rspi_write_read_common() [all …]
|
/hal_renesas-latest/drivers/ra/fsp/src/r_spi_b/ |
D | r_spi_b.c | 66 uint32_t const length, 197 uint32_t const length, in R_SPI_B_Read() argument 200 return r_spi_b_write_read_common(p_api_ctrl, NULL, p_dest, length, bit_width); in R_SPI_B_Read() 218 uint32_t const length, in R_SPI_B_Write() argument 221 return r_spi_b_write_read_common(p_api_ctrl, p_src, NULL, length, bit_width); in R_SPI_B_Write() 240 uint32_t const length, in R_SPI_B_WriteRead() argument 248 return r_spi_b_write_read_common(p_api_ctrl, p_src, p_dest, length, bit_width); in R_SPI_B_WriteRead() 735 uint32_t const length, in r_spi_b_write_read_common() argument 744 FSP_ASSERT(0 != length); in r_spi_b_write_read_common() 747 FSP_ASSERT(length <= SPI_B_DTC_MAX_TRANSFER); in r_spi_b_write_read_common() [all …]
|
/hal_renesas-latest/drivers/ra/fsp/src/r_spi/ |
D | r_spi.c | 84 uint32_t const length, 233 uint32_t const length, in R_SPI_Read() argument 236 return r_spi_write_read_common(p_api_ctrl, NULL, p_dest, length, bit_width); in R_SPI_Read() 254 uint32_t const length, in R_SPI_Write() argument 257 return r_spi_write_read_common(p_api_ctrl, p_src, NULL, length, bit_width); in R_SPI_Write() 276 uint32_t const length, in R_SPI_WriteRead() argument 284 return r_spi_write_read_common(p_api_ctrl, p_src, p_dest, length, bit_width); in R_SPI_WriteRead() 812 uint32_t const length, in r_spi_write_read_common() argument 821 FSP_ASSERT(0 != length); in r_spi_write_read_common() 830 FSP_ASSERT(length <= transfer_info.transfer_length_max); in r_spi_write_read_common() [all …]
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_cache.h | 47 void R_BSP_CacheCleanRange(uintptr_t base_address, uintptr_t length); 48 void R_BSP_CacheInvalidateRange(uintptr_t base_address, uintptr_t length); 49 void R_BSP_CacheCleanInvalidateRange(uintptr_t base_address, uintptr_t length);
|
D | bsp_cache.c | 558 void R_BSP_CacheCleanRange (uintptr_t base_address, uintptr_t length) in R_BSP_CacheCleanRange() argument 571 end_address = base_address + length; in R_BSP_CacheCleanRange() 616 void R_BSP_CacheInvalidateRange (uintptr_t base_address, uintptr_t length) in R_BSP_CacheInvalidateRange() argument 629 end_address = base_address + length; in R_BSP_CacheInvalidateRange() 677 void R_BSP_CacheCleanInvalidateRange (uintptr_t base_address, uintptr_t length) in R_BSP_CacheCleanInvalidateRange() argument 690 end_address = base_address + length; in R_BSP_CacheCleanInvalidateRange()
|
/hal_renesas-latest/drivers/rz/fsp/inc/api/ |
D | r_spi_api.h | 140 uint32_t const length; member 200 fsp_err_t (* read)(spi_ctrl_t * const p_ctrl, void * p_dest, uint32_t const length, 214 fsp_err_t (* write)(spi_ctrl_t * const p_ctrl, void const * p_src, uint32_t const length, 230 … (* writeRead)(spi_ctrl_t * const p_ctrl, void const * p_src, void * p_dest, uint32_t const length,
|
D | r_transfer_api.h | 242 volatile uint16_t length; member
|
D | r_adc_api.h | 215 uint32_t length; ///< The total number of transfers to read member
|
/hal_renesas-latest/drivers/ra/fsp/inc/api/ |
D | r_spi_api.h | 153 uint32_t const length; member 206 fsp_err_t (* read)(spi_ctrl_t * const p_ctrl, void * p_dest, uint32_t const length, 218 fsp_err_t (* write)(spi_ctrl_t * const p_ctrl, void const * p_src, uint32_t const length, 232 … (* writeRead)(spi_ctrl_t * const p_ctrl, void const * p_src, void * p_dest, uint32_t const length,
|
D | r_transfer_api.h | 248 volatile uint16_t length; member
|
D | r_adc_api.h | 216 uint32_t length; ///< The total number of transfers to read member
|
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/ |
D | r_rspi.h | 149 uint32_t const length, 154 uint32_t const length, 160 uint32_t const length,
|
D | r_dmac_b.h | 115 uint32_t length; ///< Transfer byte. member
|
/hal_renesas-latest/drivers/ra/fsp/inc/instances/ |
D | r_spi.h | 158 uint32_t const length, 163 uint32_t const length, 169 uint32_t const length,
|
D | r_spi_b.h | 166 uint32_t const length, 171 uint32_t const length, 177 uint32_t const length,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_dtc/ |
D | r_dtc.c | 270 gp_dtc_vector->length = num_transfers; in R_DTC_Reset() 392 p_properties->transfer_length_remaining = p_info->length & DTC_PRV_MASK_CRAL; in R_DTC_InfoGet() 403 p_properties->transfer_length_remaining = p_info->length; in R_DTC_InfoGet() 593 uint8_t CRAL = p_info[i].length & DTC_PRV_MASK_CRAL; in r_dtc_block_repeat_initialize() 594 p_info[i].length = (uint16_t) ((CRAL << DTC_PRV_OFFSET_CRAH) | CRAL); in r_dtc_block_repeat_initialize() 624 FSP_ASSERT(p_info[i].length <= DTC_MAX_REPEAT_TRANSFER_LENGTH); in r_dtc_length_assert()
|
/hal_renesas-latest/smartbond/da1469x_hal/ |
D | da1469x_trimv.h | 44 uint8_t da1469x_trimv_group_read(uint8_t group, uint32_t *buf, uint8_t length);
|
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/ |
D | r_usb_host.c | 193 uint16_t length; /* the number of bytes in the buffer */ 559 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].length = 8; in R_USBH_SetupSend() 1535 pipe->length = buflen; in r_usbh_process_pipe0_xfer() 1586 pipe->length = buflen; in r_usbh_process_pipe_xfer() 1691 pipe->length - pipe->remaining, in r_usbh_process_pipe0_bemp() 1731 pipe->length - pipe->remaining, in r_usbh_process_pipe_nrdy() 1763 pipe->length - pipe->remaining, in r_usbh_process_pipe_brdy()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/ |
D | r_adc_c.c | 448 p_adc_info->length = ADC_C_DATA_SIZE_BUFFER_MODE_4; in R_ADC_C_InfoGet() 466 p_adc_info->length = (uint32_t) ((highest_channel - lowest_channel) + 1); in R_ADC_C_InfoGet() 471 p_adc_info->length = 0U; in R_ADC_C_InfoGet()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/rzg3s/ |
D | bsp_override.h | 725 volatile uint32_t length; member 747 uint32_t length; ///< The total number of transfers to read member
|
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/ |
D | r_usb_device.c | 66 uint16_t length; /* the number of bytes in the buffer */ member 1160 pipe->length = total_bytes; in process_pipe0_xfer() 1208 pipe->length = total_bytes; in process_pipe_xfer() 1277 .len = pipe->length, in process_pipe0_bemp() 1316 .len = pipe->length - pipe->remaining, in process_pipe_brdy()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/ |
D | r_riic_master.c | 940 p_ctrl->p_cfg->p_transfer_rx->p_cfg->p_info->length = p_ctrl->total - 3U; in iic_master_rxi_master() 1455 p_ctrl->p_cfg->p_transfer_tx->p_cfg->p_info->length = p_ctrl->remain; in iic_master_txi_send_address()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/ |
D | hw_sce_aes_private.h | 38 uint32_t length; member
|
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/ |
D | r_adc.c | 604 p_adc_info->length = (uint32_t) ((highest_channel - lowest_channel) + 1); in R_ADC_InfoGet() 609 p_adc_info->length = 0U; in R_ADC_InfoGet()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_scif_uart/ |
D | r_scif_uart.c | 471 p_ctrl->p_cfg->p_transfer_rx->p_cfg->p_info->length = bytes; in R_SCIF_UART_Read() 545 p_ctrl->p_cfg->p_transfer_tx->p_cfg->p_info->length = num_transfer; in R_SCIF_UART_Write()
|