nrf5_nvmc_write_u32() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nrf5_nvmc_write_u32() function

Syntax

static int nrf5_nvmc_write_u32(struct nrf5_info *chip,     uint32_t reg_offset,     uint32_t value);

Arguments

chip

reg_offset

value

References

LocationReferrerText
nrf5.c:369
static int nrf5_nvmc_write_u32(struct nrf5_info *chip, uint32_t reg_offset, uint32_t value)
nrf5.c:408nrf5_nvmc_erase_enable()
res = nrf5_nvmc_write_u32(chip,
nrf5.c:431nrf5_nvmc_write_enable()
res = nrf5_nvmc_write_u32(chip,
nrf5.c:454nrf5_nvmc_read_only()
res = nrf5_nvmc_write_u32(chip,
nrf5.c:1094nrf5_erase_page()
res = nrf5_nvmc_write_u32(chip, NRF5_NVMC_ERASEUICR, 0x00000001);
nrf5.c:1116nrf5_erase_page()
res = nrf5_nvmc_write_u32(chip, NRF5_NVMC_ERASEPAGE, sector->offset);
nrf5.c:1461nrf5_handle_mass_erase_command()
res = nrf5_nvmc_write_u32(chip, NRF5_NVMC_ERASEALL, 0x00000001);

Call Tree

Functions calling nrf5_nvmc_write_u32()
Functions called by nrf5_nvmc_write_u32()
nrf5_nvmc_write_u32()
all items filtered out