ubinos
|
non-volatile memory device driver API More...
Go to the source code of this file.
Functions | |
ubi_st_t | nvmem_erase (uint8_t *addr, size_t size) |
ubi_st_t | nvmem_update (uint8_t *addr, const uint8_t *buf, size_t size) |
ubi_st_t | nvmem_read (const uint8_t *addr, uint8_t *buf, size_t size) |
non-volatile memory device driver API
비휘발성 메모리 디바이스 드라이버 API를 정의합니다.
비휘발성 메모리의 한 페이지를 지우는 함수
addr | 대상 주소 |
size | 지울 길이 |
비휘발성 메모리에서 자료를 읽는 함수
addr | 대상 주소 |
buf | 읽은 자료를 저장할 버퍼 주소 |
size | 자료 길이 |