![]() |
nRF5 SDK
v12.0.0
|
Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Part of the record metadata. More...
#include <fds.h>
Data Fields | |
uint16_t | file_id |
The ID of the file that the record belongs to. | |
uint16_t | crc16 |
CRC16 check value. More... | |
Part of the record metadata.
Contains the ID of the file that the record belongs to and the CRC16 check value of the record.
uint16_t fds_ic_t::crc16 |
CRC16 check value.
The CRC is calculated over the entire record as stored in flash (including the record metadata except the CRC field itself). The CRC standard employed is CRC-16-CCITT.