Searched refs:FSP_ERR_INVALID_SIZE (Results 1 – 6 of 6) sorted by relevance
84 …FSP_ERR_INVALID_SIZE = 23, ///< Invalid size/length supplied for oper… enumerator
87 …FSP_ERR_INVALID_SIZE = 23, ///< Invalid size/length supplied for oper… enumerator
1552 FSP_ERROR_RETURN(flash_address + num_bytes <= rom_end, FSP_ERR_INVALID_SIZE); in r_flash_hp_write_bc_parameter_checking()1563 FSP_ERR_INVALID_SIZE); in r_flash_hp_write_bc_parameter_checking()1574 FSP_ERROR_RETURN(!(num_bytes & (write_size - 1U)), FSP_ERR_INVALID_SIZE); in r_flash_hp_write_bc_parameter_checking()1578 FSP_ERROR_RETURN((0 != num_bytes), FSP_ERR_INVALID_SIZE); in r_flash_hp_write_bc_parameter_checking()
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()
561 FSP_ERROR_RETURN((bytes <= UINT16_MAX), FSP_ERR_INVALID_SIZE); in iic_master_read_write()