OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmd_write_memory
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/util/stm32_flash/
stm32_bl.h
21
* cmd_erase, cmd_read_memory,
cmd_write_memory
- byte to send for cmd
34
uint8_t
cmd_write_memory
;
member in struct:handle
59
#define
CMD_WRITE_MEMORY
0x31
spi.c
158
handle->
cmd_write_memory
=
CMD_WRITE_MEMORY
;
i2c.c
74
handle->
cmd_write_memory
= CMD_WRITE_MEMORY_NS;
stm32_bl.c
161
handle->write_cmd(handle, handle->
cmd_write_memory
);
Completed in 629 milliseconds