Home
last modified time | relevance | path

Searched refs:byte_count (Results 1 – 6 of 6) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_qspi/
Dr_qspi.c59 uint32_t byte_count);
328 uint32_t byte_count) in R_QSPI_Write() argument
333 fsp_err_t err = qspi_program_param_check(p_instance_ctrl, p_src, p_dest, byte_count); in R_QSPI_Write()
393 while (index < byte_count) in R_QSPI_Write()
430 …r_t R_QSPI_Erase (spi_flash_ctrl_t * p_ctrl, uint8_t * const p_device_address, uint32_t byte_count) in R_QSPI_Erase() argument
447 if (byte_count == p_instance_ctrl->p_cfg->p_erase_command_list[index].size) in R_QSPI_Erase()
449 if (SPI_FLASH_ERASE_SIZE_CHIP_ERASE == byte_count) in R_QSPI_Erase()
873 uint32_t byte_count) in qspi_program_param_check() argument
883 FSP_ASSERT(byte_count <= bytes_left_in_page); in qspi_program_param_check()
/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c450 uint32_t byte_count) in R_OSPI_B_Write() argument
458 FSP_ASSERT(0 != byte_count); in R_OSPI_B_Write()
464 FSP_ERROR_RETURN((page_size - page_offset) >= byte_count, FSP_ERR_INVALID_SIZE); in R_OSPI_B_Write()
467 FSP_ERROR_RETURN((byte_count & (OSPI_B_PRV_CPU_ACCESS_LENGTH - 1)) == 0, FSP_ERR_INVALID_SIZE); in R_OSPI_B_Write()
497 p_transfer->p_cfg->p_info->length = (uint16_t) byte_count; in R_OSPI_B_Write()
524 if (byte_count < combo_bytes) in R_OSPI_B_Write()
537 while (sizeof(uint64_t) <= byte_count) in R_OSPI_B_Write()
546 byte_count -= sizeof(uint64_t); in R_OSPI_B_Write()
570 …t R_OSPI_B_Erase (spi_flash_ctrl_t * p_ctrl, uint8_t * const p_device_address, uint32_t byte_count) in R_OSPI_B_Erase() argument
577 FSP_ASSERT(0 != byte_count); in R_OSPI_B_Erase()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_qspi.h133 uint32_t byte_count);
134 …r_t R_QSPI_Erase(spi_flash_ctrl_t * p_ctrl, uint8_t * const p_device_address, uint32_t byte_count);
Dr_ospi_b.h222 uint32_t byte_count);
223 …PI_B_Erase(spi_flash_ctrl_t * const p_ctrl, uint8_t * const p_device_address, uint32_t byte_count);
/hal_renesas-latest/drivers/ra/fsp/src/r_sdhi/
Dr_sdhi.c227 uint32_t byte_count);
725 uint32_t byte_count = 0U; in R_SDHI_ReadIoExt() local
733 byte_count = p_ctrl->p_cfg->block_size; in R_SDHI_ReadIoExt()
745 byte_count = *count; in R_SDHI_ReadIoExt()
749 err = r_sdhi_transfer_read(p_ctrl, block_count, byte_count, p_dest); in R_SDHI_ReadIoExt()
761 r_sdhi_read_write_common(p_ctrl, block_count, byte_count, command, argument.arg); in R_SDHI_ReadIoExt()
814 uint32_t byte_count = 0U; in R_SDHI_WriteIoExt() local
822 byte_count = p_ctrl->p_cfg->block_size; in R_SDHI_WriteIoExt()
834 byte_count = count; in R_SDHI_WriteIoExt()
838 err = r_sdhi_transfer_write(p_ctrl, block_count, byte_count, p_source); in R_SDHI_WriteIoExt()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_spi_flash_api.h269 uint32_t byte_count);
278 … (* erase)(spi_flash_ctrl_t * const p_ctrl, uint8_t * const p_device_address, uint32_t byte_count);