RTEMS
5.0.0
|
lpc32xx_mlc_erase_block_safe(), lpc32xx_mlc_erase_block_safe_3(), and lpc32xx_mlc_zero_block() implementation. More...
Functions | |
void | lpc32xx_mlc_zero_pages (uint32_t page_begin, uint32_t page_end) |
Writes zero values to the pages specified by page_begin and page_end. More... | |
rtems_status_code | lpc32xx_mlc_is_valid_block (uint32_t block_index) |
Checks if the block with index block_index is valid. More... | |
rtems_status_code | lpc32xx_mlc_erase_block_safe_3 (uint32_t block_index, uint32_t page_begin, uint32_t page_end) |
Erases the block with index block_index. More... | |
rtems_status_code | lpc32xx_mlc_erase_block_safe (uint32_t block_index) |
Erases the block with index block_index. More... | |
lpc32xx_mlc_erase_block_safe(), lpc32xx_mlc_erase_block_safe_3(), and lpc32xx_mlc_zero_block() implementation.