Home
last modified time | relevance | path

Searched refs:eraseonly (Results 1 – 2 of 2) sorted by relevance

/dports/devel/stlink/stlink-1.7.0/inc/
H A Dstlink.h282 …write_flash(stlink_t* sl, stm32_addr_t address, uint8_t* data, uint32_t length, uint8_t eraseonly);
/dports/devel/stlink/stlink-1.7.0/src/
H A Dcommon.c3486 uint32_t len, uint8_t eraseonly) { in stlink_write_flash() argument
3539 if (eraseonly) { in stlink_write_flash()