Analog Devices Wi-Fi Software Reference Manual
Release 1.0.0
|
: Application layer support functions for non-RTOS environment. More...
Functions | |
ADI_WIFI_RESULT | adi_wifi_Init (ADI_CALLBACK const pCallbackFunc, void *const pCBParam) |
Initialize Framework Layer. More... | |
ADI_WIFI_RESULT | adi_wifi_DispatchEvents (const uint32_t nTimeoutMilliSeconds) |
Event dispatcher. More... | |
ADI_WIFI_RESULT | adi_wifi_WaitForResponseWithTimeout (const uint32_t nTimeoutMilliSeconds, ADI_WIFI_AT_CMDCODE eCommandType) |
Wait for response with a timeout. More... | |
void | adi_wifi_NoosCallback (void *pCBParam, uint32_t Event, void *pArg) |
Wi-Fi no operating system layer callback. More... | |
void | adi_wifi_TimerCallback (void *pCBParam, uint32_t Event, void *pArg) |
Timer callback. More... | |
void | adi_wifi_PingTimerCallback (void *pCBParam, uint32_t Event, void *pArg) |
Ping Request Timer callback. More... | |
uint8_t | adi_wifi_IsEventPending (void) |
Check event pending. More... | |
void | adi_wifi_ClearEventPending (void) |
Clear event pending. More... | |
uint32_t | adi_wifi_IsHardwareErrorPending (void) |
Check hardware error pending. More... | |
void | adi_wifi_ClearHardwareErrorPending (void) |
Clear hardware error pending. More... | |
uint8_t | adi_wifi_IsTimerDone (uint8_t nIsPingTimer) |
Timer peek function. More... | |
ADI_WIFI_RESULT | adi_wifi_StartTimer (const uint32_t nMilliSeconds, uint8_t nIsPingTimer) |
Timer start. More... | |
ADI_WIFI_RESULT | adi_wifi_StopTimer (uint8_t nIsPingTimer) |
Timer stop. More... | |
: Application layer support functions for non-RTOS environment.
: This file contains helper functions that can be used by applications operating in a non-RTOS system. Applications register a callback function with this layer, which is called when Wi-Fi events occur that are asynchronous to the application. Applications transfer
Copyright (c) 2017 Analog Devices, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, PUNITIVE OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES ARISING OUT OF CLAIMS OF INTELLECTUAL PROPERTY RIGHTS INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.