drivers: memc: memc_mcux_flexspi: update documentation for flash_config

Update documentation for flash_config memc function, to correctly
reflect usage of the "lut_count" parameter

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-05-09 17:04:33 +00:00 committed by Anas Nashif
commit 481462d4a6

View file

@ -57,7 +57,7 @@ int memc_flexspi_update_clock(const struct device *dev,
* @param dev: FlexSPI device
* @param device_config: External device configuration.
* @param lut_array: Lookup table of FlexSPI flash commands for device
* @param lut_count: number of command entries (16 bytes each) in LUT
* @param lut_count: number of LUT entries (4 bytes each) in lut array
* @param port: FlexSPI port to use for this external device
* @return 0 on success, negative value on failure
*/