Home
last modified time | relevance | path

Searched refs:nvm_module (Results 1 – 2 of 2) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/
A Dnvm.c110 Nvmctrl *const nvm_module = NVMCTRL; in nvm_set_config() local
130 nvm_module->CTRLB.reg = in nvm_set_config()
144 nvm_module->CTRLB.reg = in nvm_set_config()
214 Nvmctrl *const nvm_module = NVMCTRL; in nvm_execute_command() local
217 ctrlb_bak = nvm_module->CTRLB.reg; in nvm_execute_command()
231 nvm_module->CTRLB.reg = ctrlb_bak; in nvm_execute_command()
244 nvm_module->CTRLB.reg = ctrlb_bak; in nvm_execute_command()
275 nvm_module->CTRLB.reg = ctrlb_bak; in nvm_execute_command()
287 nvm_module->CTRLB.reg = ctrlb_bak; in nvm_execute_command()
464 Nvmctrl *const nvm_module = NVMCTRL; in nvm_write_buffer() local
[all …]
A Dnvm.h751 Nvmctrl *const nvm_module = NVMCTRL; in nvm_is_ready() local
753 return nvm_module->INTFLAG.reg & NVMCTRL_INTFLAG_READY; in nvm_is_ready()
818 Nvmctrl *const nvm_module = NVMCTRL; in nvm_get_error() local
821 ret_val = (enum nvm_error)(nvm_module->STATUS.reg & NVM_ERRORS_MASK); in nvm_get_error()
824 nvm_module->STATUS.reg = NVM_ERRORS_MASK; in nvm_get_error()

Completed in 11 milliseconds