Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

nmdrv.h File Reference

nmdrv.h File Reference

This module contains NMC1500 M2M driver APIs declarations. More...

Go to the source code of this file.

Data Structures

struct  tstrM2mRev
 Structure holding firmware version parameters and build date/time. More...
struct  tstrM2mBinaryHeader
 Structure holding compatibility version info for firmware binaries. More...

Functions

sint8 nm_get_firmware_info (tstrM2mRev *M2mRev)
 Get Firmware version info.
sint8 nm_get_firmware_full_info (tstrM2mRev *pstrRev)
 Get Firmware version info.
sint8 nm_get_ota_firmware_info (tstrM2mRev *pstrRev)
 Get Firmware version info.
sint8 nm_drv_init_download_mode (void)
sint8 nm_drv_init (void *arg)

Detailed Description

This module contains NMC1500 M2M driver APIs declarations.

Copyright (c) 2016-2017 Atmel Corporation. All rights reserved.

Definition in file nmdrv.h.


Function Documentation

sint8 nm_drv_init ( void *  arg )

Go...

Definition at line 279 of file nmdrv.c.

sint8 nm_drv_init_download_mode ( void   )

TODO:reset the chip and halt the cpu in case of no wait efuse is set (add the no wait effuse check)

Definition at line 236 of file nmdrv.c.

sint8 nm_get_firmware_full_info ( tstrM2mRev pstrRev )

Get Firmware version info.

Parameters:
[out]M2mRevpointer holds address of structure "tstrM2mRev" that contains the firmware version parameters
Version:
1.0

Definition at line 104 of file nmdrv.c.

sint8 nm_get_firmware_info ( tstrM2mRev M2mRev )

Get Firmware version info.

Parameters:
[out]M2mRevpointer holds address of structure "tstrM2mRev" that contains the firmware version parameters
Version:
1.0

Definition at line 61 of file nmdrv.c.

sint8 nm_get_ota_firmware_info ( tstrM2mRev pstrRev )

Get Firmware version info.

Parameters:
[out]M2mRevpointer holds address of structure "tstrM2mRev" that contains the firmware version parameters
Version:
1.0

Definition at line 167 of file nmdrv.c.