Searched refs:write_cmd (Results 1 – 4 of 4) sorted by relevance
105 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()
37 uint8_t (*write_cmd)(struct handle *, uint8_t cmd); member
77 handle->write_cmd = i2c_write_cmd; in i2c_init()
161 handle->write_cmd = spi_write_cmd; in spi_init()