Lines Matching full:write
49 * of the chip. In order to write to NVM the controller must be powered
65 * @brief Write a single byte to flash.
70 * @param address Address to write to.
71 * @param value Value to write.
77 * @brief Write a 32-bit word to flash.
78 * @param address Address to write to.
79 * @param value Value to write.
85 * @brief Write consecutive bytes to flash.
87 * @param address Address to write to.
89 * @param num_bytes Number of bytes in src to write.
95 * @brief Write consecutive words to flash.
97 * @param address Address to write to.
99 * @param num_words Number of words in src to write.