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.c File Reference

nmdrv.c File Reference

This module contains NMC1000 M2M driver APIs implementation. More...

Go to the source code of this file.

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 ()
sint8 nm_drv_init (void *arg)

Detailed Description

This module contains NMC1000 M2M driver APIs implementation.

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

Definition in file nmdrv.c.


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.

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.

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.

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.