Home
last modified time | relevance | path

Searched defs:address_bytes (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_spi_flash_api.h182 …spi_flash_address_bytes_t address_bytes; ///< Number of bytes used to represen… member
/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c986 … const uint8_t address_bytes = (p_cfg->address_bytes == SPI_FLASH_ADDRESS_BYTES_3) ? 3U : 4U; in r_ospi_b_automatic_calibration_seq() local