NetBurner 3.1
nmdrv.h
Go to the documentation of this file.
1 
49 #ifndef _NMDRV_H_
50 #define _NMDRV_H_
51 
53 #include <wifi/wilc/microchip/driver/m2m_wifi.h>
55 
56 #ifdef __cplusplus
57  extern "C" {
58  #endif
59 
60 /*
61 * @fn nm_drv_init
62 * @brief Initialize NMC1000 driver
63 * @return ZERO in case of success and Negative error code in case of failure
64 */
65 signed char nm_drv_init_download_mode();
66 
67 /*
68 * @fn nm_drv_init
69 * @brief Initialize NMC1000 driver
70 * @return M2M_SUCCESS in case of success and Negative error code in case of failure
71 * @param [in] arg
72 * Generic argument TBD
73 * @return ZERO in case of success and Negative error code in case of failure
74 
75 */
76 signed char nm_drv_init( void * arg);
77 
86 signed char nm_drv_deinit( void * arg);
87 
88 #ifdef __cplusplus
89  }
90  #endif
91 
92 #endif /*_NMDRV_H_*/
93 
94 
This module contains common APIs declarations.
This module contains M2M host interface APIs implementation.