Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: X_NUCLEO_IDW01M1_AP_Test
Fork of X_NUCLEO_IDW01M1 by
SpwfSADevice.cpp File Reference
Implementation of SpwfSADevice class for Wi-Fi mbed. More...
Go to the source code of this file.
Functions | |
| void | Rx_irq_handler (void) |
| UART RX IRQ handler stores a byte to the ring buffer. | |
| void | Wifi_scheduler (void) |
| Wi-Fi Scheduler handler Fetches events from event buffer/makes callbacks to User. | |
| void | Wifi_ticker (void) |
| Wi-Fi System Tick IRQ handler retrieves byte(s) from the ring buffer. | |
Detailed Description
Implementation of SpwfSADevice class for Wi-Fi mbed.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
© COPYRIGHT 2016 STMicroelectronics
Definition in file SpwfSADevice.cpp.
Function Documentation
| void Rx_irq_handler | ( | void | ) |
UART RX IRQ handler stores a byte to the ring buffer.
- Parameters:
-
None
- Return values:
-
None
Definition at line 76 of file wifi_driver.c.
| void Wifi_scheduler | ( | void | ) |
Wi-Fi Scheduler handler Fetches events from event buffer/makes callbacks to User.
- Parameters:
-
None
- Return values:
-
None
Definition at line 65 of file wifi_driver.c.
| void Wifi_ticker | ( | void | ) |
Wi-Fi System Tick IRQ handler retrieves byte(s) from the ring buffer.
- Parameters:
-
None
- Return values:
-
None
Definition at line 54 of file wifi_driver.c.
Generated on Tue Jul 12 2022 12:20:21 by
1.7.2
