Searched full:nvm (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/subsys/lorawan/nvm/ |
D | Kconfig | 7 bool "LoRaWAN NVM backend" 12 bool "No NVM backend for LoRaWAN" 20 bool "Settings based NVM"
|
D | lorawan_nvm.h | 13 * @brief Hook function called when an interrupt related to NVM 34 * @note This function should only be called if a NVM has been enabled, and 42 * @brief Initializes the NVM backend 45 * NVM back functions.
|
D | lorawan_nvm_settings.c | 15 #define LORAWAN_SETTINGS_BASE "lorawan/nvm" 54 LOG_ERR("Could not get NVM context"); in lorawan_nvm_save_settings() 58 LoRaMacNvmData_t *nvm = mib_req.Param.Contexts; in lorawan_nvm_save_settings() local 72 (char *)nvm + descr->offset, in lorawan_nvm_save_settings() 119 LoRaMacNvmData_t *nvm = param; in on_setting_loaded() local 128 err = load_setting((char *)nvm + descr->offset, in on_setting_loaded() 152 LOG_ERR("Could not get NVM context"); in lorawan_nvm_data_restore() 172 LOG_ERR("Could not set the NVM context, error %d", status); in lorawan_nvm_data_restore()
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd2x | 6 int "NVM wait states" 9 Wait states to set for NVM. Consult the datasheet as these are highly
|
/Zephyr-latest/drivers/sensor/bosch/bmp581/ |
D | bmp581.h | 91 /* NVM addresses */ 107 /*! NVM command */ 140 /* NVM and Interrupt status asserted macros */ 253 /* NVM configuration */
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig | 59 ITS data before it's written to and after it's read from NVM. 70 The module that handles the storage/retrieval of the ITS data to/from NVM.
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme.h | 25 uint32_t nssr; /* NVM Subsystem Reset */ 251 /** NVM Set Identifier Maximum */ 273 /* bytes 512-703: nvm command set attributes */ 287 /** optional nvm command support */ 293 /** format nvm attributes */ 305 /** NVM Vendor Specific Command Configuration */ 324 /** NVM Subsystem NVMe Qualified Name */
|
D | nvme_namespace.h | 75 /** NVM Capacity */ 105 /** NVM Set Identifier */
|
D | nvme_helpers.h | 210 /* supports Normal NVM Subsystem Shutdown event */ 224 /* supports format nvm command */ 310 /** optional nvm command support */ 332 /** Format NVM Attributes */ 440 /* percentage of the Format NVM command that remains to be completed */
|
D | nvme_cmd.h | 248 /* nvme nvm opcodes */
|
D | nvme_cmd.c | 97 { NVME_SC_FW_ACT_REQUIRES_NVMS_RESET, "FIRMWARE ACTIVATION REQUIRES NVM SUBSYSTEM RESET" },
|
/Zephyr-latest/subsys/lorawan/ |
D | CMakeLists.txt | 34 add_subdirectory(nvm)
|
D | Kconfig | 77 rsource "nvm/Kconfig"
|
D | lorawan.c | 16 #include "nvm/lorawan_nvm.h" 248 /* Retrieve the NVM context to store device nonce */ in lorawan_join_otaa() 252 LOG_ERR("Could not get NVM context"); in lorawan_join_otaa()
|
/Zephyr-latest/dts/bindings/adc/ |
D | atmel,sam0-adc.yaml | 41 bit position offset in NVM SW Calib for start of ADC0 BIASCOMP field.
|
/Zephyr-latest/samples/boards/st/backup_sram/ |
D | README.rst | 10 NVM when VBAT pin is supplied with a voltage source, e.g. a coin button cell.
|
/Zephyr-latest/drivers/flash/ |
D | flash_sam0.c | 147 LOG_ERR("NVM error at 0x%lx", (long)offset); in flash_sam0_check_status() 155 * Data to be written to the NVM block are first written to and stored 157 * the same number of bytes as an NVM page. Writes to the page buffer must
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | microbit.c | 34 static const struct device *const nvm = variable 270 if (!(device_is_ready(nvm) && device_is_ready(pwm) && in board_init()
|
/Zephyr-latest/modules/uoscore-uedhoc/ |
D | CMakeLists.txt | 52 ${UOSCORE_UEDHOC_SRC_DIR}/oscore/nvm.c
|
/Zephyr-latest/arch/arc/core/ |
D | fault.c | 127 return "NVM"; in get_protv_access_err() 249 ARC_EXCEPTION_DUMP("SID violation on resource access (APEX/UAUX/key NVM)"); in dump_privilege_exception()
|
/Zephyr-latest/boards/ambiq/apollo4p_evb/doc/ |
D | index.rst | 11 - Up to 2 MB of non-volatile memory (NVM) for code/data
|
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/doc/ |
D | index.rst | 11 - Up to 2 MB of non-volatile memory (NVM) for code/data
|
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/doc/ |
D | index.rst | 95 (General-Purpose NVM bit 1). The flash procedure will ensure that GPNVM1 is
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/doc/ |
D | index.rst | 105 (General-Purpose NVM bit 1). The flash procedure will ensure that GPNVM1 is
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/doc/ |
D | index.rst | 108 of GPNVM1 (General-Purpose NVM bit 1). The flash procedure will ensure that
|
12