Function lm4f120::flash::write_page [] [src]

pub fn write_page<I>(address: FlashAddress, data: I) -> Result<(), Error> where
    I: Iterator<Item = u32>, 

Write a <= 128 byte (<= 32 word) buffer to flash at the given address. The address must be on a 4-byte boundary and the buffer must have a length less than or equal to 32 words.