Home
last modified time | relevance | path

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

/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c106 handle->write_cmd(handle, handle->cmd_erase); in erase_sector()
140 handle->write_cmd(handle, handle->cmd_read_memory); in read_memory()
175 handle->write_cmd(handle, handle->cmd_write_memory); in write_memory()
Dstm32_bl.h39 uint8_t (*write_cmd)(struct handle *, uint8_t cmd); member
Di2c.c79 handle->write_cmd = i2c_write_cmd; in i2c_init()
Duart.c95 handle->write_cmd = uart_write_cmd; in uart_init()
Dspi.c163 handle->write_cmd = spi_write_cmd; in spi_init()