Home
last modified time | relevance | path

Searched refs:write_cmd (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c105 handle->write_cmd(handle, handle->cmd_erase); in erase_sector()
126 handle->write_cmd(handle, handle->cmd_read_memory); in read_memory()
161 handle->write_cmd(handle, handle->cmd_write_memory); in write_memory()
Dstm32_bl.h37 uint8_t (*write_cmd)(struct handle *, uint8_t cmd); member
Di2c.c77 handle->write_cmd = i2c_write_cmd; in i2c_init()
Dspi.c161 handle->write_cmd = spi_write_cmd; in spi_init()