Home
last modified time | relevance | path

Searched refs:CRC (Results 1 – 25 of 118) sorted by relevance

12345

/Zephyr-latest/lib/crc/
DKconfig4 config CRC config
5 bool "Cyclic redundancy check (CRC) Support"
7 Enable use of CRC.
9 if CRC
11 bool "CRC Shell"
15 Enable CRC checking for memory regions from the shell.
16 endif # CRC
/Zephyr-latest/drivers/sensor/tdk/icp10125/
DKconfig17 bool "Check the CRC of measument data"
18 imply CRC
21 Verify the CRC checksum that appended to the measurement data.
/Zephyr-latest/drivers/sensor/aosong/dht20/
DKconfig20 bool "Use CRC error detection"
22 select CRC
24 Verify CRC byte in RX data
/Zephyr-latest/subsys/fs/nvs/
DKconfig9 select CRC
33 bool "Non-volatile Storage CRC protection on the data"
35 Enable a CRC-32 on the data part of each NVS element.
36 The ATE CRC is not impacted by this feature and stays the same.
37 The CRC-32 is transparently stored at the end of the data field,
/Zephyr-latest/drivers/sensor/ti/tmag5170/
DKconfig45 bool "Use CRC error detection"
47 select CRC
49 Verify CRC of RX data and append CRC to TX data
/Zephyr-latest/drivers/sensor/renesas/hs400x/
DKconfig16 bool "HS400X CRC check"
17 select CRC
/Zephyr-latest/subsys/fs/fcb/
DKconfig13 select CRC
23 This allows the FCB instances to disable CRC checks in
/Zephyr-latest/drivers/adc/
DKconfig.lmp90xxx15 select CRC
38 bool "Use Cyclic Redundancy Check (CRC)"
41 Use Cyclic Redundancy Check (CRC) to verify the integrity of
/Zephyr-latest/soc/nuvoton/npcx/common/
DCMakeLists.txt10 # Check for disabling header CRC.
15 # Check for disabling firmware CRC.
/Zephyr-latest/drivers/sdhc/
DKconfig.spi9 select CRC
/Zephyr-latest/subsys/fs/zms/
DKconfig9 select CRC
33 bool "ZMS DATA CRC"
35 Enables DATA CRC
/Zephyr-latest/drivers/sensor/sensirion/sgp40/
DKconfig11 select CRC
/Zephyr-latest/drivers/sensor/sensirion/sts4x/
DKconfig11 select CRC
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst22 of: id, data offset in sector, data length, part (unused), and a CRC. This CRC is
25 CRC-32. Use the :kconfig:option:`CONFIG_NVS_DATA_CRC` configuration item to enable
26 the data part CRC.
28 .. note:: The data CRC is checked only when the whole data of the element is read.
29 The data CRC is not checked for a partial read, as it is stored at the end of the
32 .. note:: Enabling the data CRC feature on a previously existing NVS content without
33 data CRC will make all existing data invalid.
/Zephyr-latest/drivers/sensor/sensirion/sht4x/
DKconfig11 select CRC
/Zephyr-latest/drivers/sensor/sensirion/scd4x/
DKconfig11 select CRC
/Zephyr-latest/drivers/sensor/sensirion/shtcx/
DKconfig11 select CRC
/Zephyr-latest/drivers/sensor/ti/tmag5273/
DKconfig12 imply CRC
/Zephyr-latest/drivers/sensor/silabs/si7055/
DKconfig10 select CRC
/Zephyr-latest/drivers/can/
DKconfig.mcp251xfd11 select CRC
52 Number of retries during SFR register read if CRC fails.
/Zephyr-latest/subsys/modem/
DKconfig28 select CRC
56 select CRC
/Zephyr-latest/drivers/ethernet/
DKconfig.adin211110 imply CRC
49 Must be set when ADIN uses 8-bit CRC (Generic SPI)
/Zephyr-latest/doc/services/
Dmisc.rst14 CRC subsection
/Zephyr-latest/drivers/fpga/
DKconfig.ice409 imply CRC
/Zephyr-latest/drivers/sensor/ams/ens210/
DKconfig42 bool "CRC Check"

12345