Home
last modified time | relevance | path

Searched full:nvm (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/subsys/lorawan/nvm/
DKconfig7 bool "LoRaWAN NVM backend"
12 bool "No NVM backend for LoRaWAN"
20 bool "Settings based NVM"
Dlorawan_nvm.h13 * @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.
Dlorawan_nvm_settings.c15 #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/
DKconfig.samd2x6 int "NVM wait states"
9 Wait states to set for NVM. Consult the datasheet as these are highly
/Zephyr-latest/drivers/sensor/bosch/bmp581/
Dbmp581.h91 /* NVM addresses */
107 /*! NVM command */
140 /* NVM and Interrupt status asserted macros */
253 /* NVM configuration */
/Zephyr-latest/subsys/secure_storage/
DKconfig59 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/
Dnvme.h25 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 */
Dnvme_namespace.h75 /** NVM Capacity */
105 /** NVM Set Identifier */
Dnvme_helpers.h210 /* 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 */
Dnvme_cmd.h248 /* nvme nvm opcodes */
Dnvme_cmd.c97 { NVME_SC_FW_ACT_REQUIRES_NVMS_RESET, "FIRMWARE ACTIVATION REQUIRES NVM SUBSYSTEM RESET" },
/Zephyr-latest/subsys/lorawan/
DCMakeLists.txt34 add_subdirectory(nvm)
DKconfig77 rsource "nvm/Kconfig"
Dlorawan.c16 #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/
Datmel,sam0-adc.yaml41 bit position offset in NVM SW Calib for start of ADC0 BIASCOMP field.
/Zephyr-latest/samples/boards/st/backup_sram/
DREADME.rst10 NVM when VBAT pin is supplied with a voltage source, e.g. a coin button cell.
/Zephyr-latest/drivers/flash/
Dflash_sam0.c147 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/
Dmicrobit.c34 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/
DCMakeLists.txt52 ${UOSCORE_UEDHOC_SRC_DIR}/oscore/nvm.c
/Zephyr-latest/arch/arc/core/
Dfault.c127 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/
Dindex.rst11 - Up to 2 MB of non-volatile memory (NVM) for code/data
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/doc/
Dindex.rst11 - Up to 2 MB of non-volatile memory (NVM) for code/data
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/doc/
Dindex.rst95 (General-Purpose NVM bit 1). The flash procedure will ensure that GPNVM1 is
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/doc/
Dindex.rst105 (General-Purpose NVM bit 1). The flash procedure will ensure that GPNVM1 is
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/doc/
Dindex.rst108 of GPNVM1 (General-Purpose NVM bit 1). The flash procedure will ensure that

12