Searched refs:address_width (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/drivers/i2c/target/ |
D | eeprom_target.c | 26 uint8_t address_width; member 125 if (data->idx_write_cnt < (data->address_width >> 3)) { in eeprom_target_write_received() 186 while (idx_write_cnt < (data->address_width >> 3)) { in eeprom_target_buf_write_received() 265 .address_width = DT_INST_PROP_OR(inst, \ 266 address_width, 8), \ 273 (1 << DT_INST_PROP_OR(inst, address_width, 8)), \
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.h | 95 uint8_t address_width; member
|
D | flash_stm32_ospi.c | 168 uint8_t address_width; member 358 if (dev_data->address_width == 4U) { in stm32_ospi_hal_address_size() 1930 data->address_width = 4U; in spi_nor_process_bfp_addrbytes() 1932 data->address_width = 3U; in spi_nor_process_bfp_addrbytes() 2006 LOG_DBG("Address width: %u Bytes", data->address_width); in spi_nor_process_bfp() 2058 if (data->address_width != 4U) { in spi_nor_process_bfp() 2473 if (dev_data->address_width == 4U) { in flash_stm32_ospi_init()
|
D | flash_stm32_xspi.c | 230 if (dev_data->address_width == 4U) { in stm32_xspi_hal_address_size() 1767 data->address_width = 4U; in spi_nor_process_bfp_addrbytes() 1769 data->address_width = 3U; in spi_nor_process_bfp_addrbytes() 1843 LOG_DBG("Address width: %u Bytes", data->address_width); in spi_nor_process_bfp() 1895 if (data->address_width != 4U) { in spi_nor_process_bfp() 2292 if (dev_data->address_width == 4U) { in flash_stm32_xspi_init()
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/src/ |
D | main.c | 174 uint8_t addr_0_width = DT_PROP_OR(NODE_EP0, address_width, 8); in ZTEST() 178 uint8_t addr_1_width = DT_PROP_OR(NODE_EP1, address_width, 8); in ZTEST()
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_mb85rcxx.c | 226 .addr_width = DT_INST_PROP(inst, address_width), \
|
D | eeprom_at2x.c | 635 address_width)); \ 641 .addr_width = DT_PROP(INST_DT_AT2X(n, t), address_width), \
|