Home
last modified time | relevance | path

Searched refs:NMI_REV_REG (Results 1 – 3 of 3) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/
Dnmasic.c152 ret += nm_write_reg(NMI_REV_REG,0); in cpu_start()
441 nm_write_reg(NMI_REV_REG, M2M_ATE_FW_START_VALUE); in wait_for_bootrom()
444 nm_write_reg(NMI_REV_REG, M2M_ATE_FW_START_VALUE); in wait_for_bootrom()
480 regAddress = NMI_REV_REG; in wait_for_firmware_start()
Dnmasic.h55 #define NMI_REV_REG (0x207ac) /*Also, Used to load ATE firmware from SPI Flash and to ensure th… macro
Dnmdrv.c67 ret = nm_read_reg_with_ret(NMI_REV_REG, &reg); in nm_get_firmware_info()