This module contains WINC3400 M2M driver APIs implementation. More...
#include "common/include/nm_common.h"
#include "driver/source/nmbus.h"
#include "bsp/include/nm_bsp.h"
#include "driver/source/nmdrv.h"
#include "driver/source/nmasic.h"
#include "driver/include/m2m_types.h"
Go to the source code of this file.
Functions | |
sint8 | nm_cpu_start (void) |
Start CPU from the WINC module. More... | |
sint8 | nm_drv_deinit (void *arg) |
sint8 | nm_drv_init (void *arg, uint32 req_serial_number) |
sint8 | nm_drv_init_download_mode (uint32 req_serial_number) |
sint8 | nm_drv_init_hold (uint32 req_serial_number) |
sint8 | nm_drv_init_start (void *arg) |
sint8 | nm_get_firmware_full_info (tstrM2mRev *pstrRev) |
Get Firmware version info. More... | |
sint8 | nm_get_hif_info (uint16 *pu16FwHifInfo, uint16 *pu16OtaHifInfo) |
Get Hif info of images in both partitions (Firmware and Ota). More... | |
sint8 | nm_get_ota_firmware_info (tstrM2mRev *pstrRev) |
Get Firmware version info. More... | |
This module contains WINC3400 M2M driver APIs implementation.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file nmdrv.c.
nm_cpu_start | ( | void | ) |
nm_get_firmware_full_info | ( | tstrM2mRev * | pstrRev | ) |
Get Firmware version info.
[out] | M2mRev | pointer holds address of structure "tstrM2mRev" that contains the firmware version parameters |
[out] | pstrRev | Pointer holds address of structure tstrM2mRev that contains the version parameters of image in the active partition. |
Get Hif info of images in both partitions (Firmware and Ota).
[out] | pu16FwHifInfo | Pointer holding Hif info of image in the active partition. |
[out] | pu16OtaHifInfo | Pointer holding Hif info of image in the inactive partition. |
nm_get_ota_firmware_info | ( | tstrM2mRev * | pstrRev | ) |
Get Firmware version info.
[out] | M2mRev | pointer holds address of structure "tstrM2mRev" that contains the firmware version parameters |
[out] | pstrRev | Pointer holds address of structure tstrM2mRev that contains the version parameters of image in the inactive partition. |