WINC1500 (Wi-Fi) | |
Power Management Controller (PMC) | |
Peripheral Parallel Input/Output (PIO) Controller | |
Serial Peripheral Interface (SPI) | See Quickstart guide for SAM SPI driver |
High-Speed Two-Wire Interface (TWIHS) | Driver for the TWIHS (High-Speed Two-Wire Interface) |
Universal Asynchronous Receiver Transceiver (UART) | The Universal Asynchronous Receiver Transmitter features a two-pin UART that can be used for communication and trace purposes and offers an ideal medium for in-situ programming solutions |
Universal Synchronous Asynchronous | Receiver Transmitter (USART) |
Standard I/O (stdio) | Common standard I/O driver that implements the stdio read and write functions on AVR and SAM devices |
Standard serial I/O (stdio) | Common standard serial I/O management driver that implements a stdio serial interface on AVR and SAM devices |
MPU - Memory Protect Unit | |
MMU Initialization | |
BSP | Description of the BSP (<strong>B</strong>oard <strong>S</strong>upport <strong>P</strong>ackage) module. |
Data Types | |
Defines | |
Functions | Lists the available BSP (<strong>B</strong>oard <strong>S</strong>upport <strong>P</strong>ackage) APIs. |
nm_bsp_init | Initialization for BSP (<strong>B</strong>oard <strong>S</strong>upport <strong>P</strong>ackage)
such as Reset and Chip Enable Pins for WINC, delays, register ISR, enable/disable IRQ for WINC, etc. |
nm_bsp_deinit | De-initialization of the BSP (<strong>B</strong>oard <strong>S</strong>upport <strong>P</strong>ackage). |
nm_bsp_reset | Resets the WINC SoC by setting CHIP_EN and RESET_N signals low, then after an appropriate delay,
this function will put CHIP_EN high then RESET_N high, for more details on the timing between signals
please check the WINC data-sheet. |
nm_bsp_sleep | Sleep in units of milliseconds. |
nm_bsp_register_isr | Register ISR (Interrupt Service Routine) in the initialization of the HIF (Host Interface) Layer. |
nm_bsp_interrupt_ctrl | Synchronous enable/disable of WINC to host interrupts. |
Common | |
Defines | |
Functions | |
OTA | The WINC supports OTA (Over-The-Air) updates. |
Callbacks | Lists the different callbacks that can be used during OTA updates. |
Defines | Specifies the macros and defines used by the OTA APIs. |
Enumerations and Typedefs | Specifies the enums and Data Structures used by the OTA APIs. |
Functions | Lists the full set of available APIs to manage OTA updates and Host File Downloads. |
Common | |
WINC | |
HFD | |
SSL | Provides a description of the SSL Layer. |
Callbacks | Provides detail on the available callbacks for the SSL Layer. |
Enumerations and Typedefs | Specifies the enums and Data Structures used by the SSL APIs. |
Functions | Provides detail on the available APIs for the SSL Layer. |
TLS Defines | |
TLS Socket Options | The following list of macros are used to define SSL Socket options |
Legacy names for TLS Cipher Suite IDs | The following list of macros MUST NOT be used |
TLS Cipher Suite IDs | The following list of macros defined the list of supported TLS Cipher suites |
WLAN | |
Callbacks | Provides detail on the available callbacks for the Wlan APIs. |
Defines | Specifies the macros and defines used by the Wlan APIs. |
DebugDefines | |
Enumerations and Typedefs | Specifies the enums and Data Structures used by the Wlan APIs. |
Functions | Here are listed all the functions that implement the Wlan APIs. |
Initialization | Here are listed all the functions that implement the Wlan Initialization APIs. |
Wlan Events | Here are listed all the functions that implement the Wlan Events APIs. |
Connection | Here are listed all the functions that implement the Wifi Connection APIs. |
Scanning | Here are listed all the functions that implement the Wifi Scanning APIs. |
Hot-Spot (Access-Point) | Here are listed all the functions that implement the Wifi Hot-Spot (Access-Point) APIs. |
Bypass Mode | Here are listed all the functions that implement the Bypass Mode APIs. |
Roaming | Here are listed all the functions that implement the Wifi Roaming APIs. |
Power Save | Here are listed all the functions that implement the Power-Save APIs. |
Configuration | Here are listed all the functions that implement the Wlan Configuration APIs. |
System Time | Here are listed all the functions that implement the System Time APIs. |
Provisioning | Here are listed all the functions that implement the Wifi Provisioning APIs. |
Crypto | Here are listed all the functions that implement the Wifi Crypto APIs. |
Version | Describes the APIs for reading the version information of the WINC firmware. |
Defines | Specifies the macros and defines used by the version APIs. |
Functions | Lists the APIs for reading the version information of the WINC firmware. |
Socket | BSD compatible socket interface between the host layer and the network protocol stacks in the firmware |
Defines | |
TCP/IP Defines | The following list of macros are used to define constants used throughout the socket layer |
Error Codes | The following list of macros are used to define the possible error codes |
DataTypes | Specific Enumeration-typedefs used for socket operations |
Asynchronous Events | Specific Enumeration used for asynchronous operations |
Callbacks | |
Functions | |
socketInit | The function performs the necessary initializations for the socket library through the following steps: |
socketDeInit | |
socketState | |
registerSocketCallback | Register two callback functions one for asynchronous socket events and the other one for DNS callback registering function |
socket | Synchronous socket allocation function based on the specified socket type |
bind | Asynchronous bind function associates the provided address and local port to the socket |
listen | After successful socket binding to an IP address and port on the system, start listening on a passive socket for incoming connections |
accept | The function has no current implementation |
connect | Establishes a TCP connection with a remote server. |
secure | Converts an (insecure) TCP connection with a remote server into a secure TLS-over-TCP connection. |
recv | An asynchronous receive function, used to retrieve data from a TCP stream. |
recvfrom | Receives data from a UDP Socket |
send | Asynchronous sending function, used to send data on a TCP/UDP socket |
sendto | Asynchronous sending function, used to send data on a UDP socket |
close | Synchronous close function, releases all the socket assigned resources |
nmi_inet_addr | Synchronous function which returns a BSD socket compliant Internet Protocol (IPv4) socket address |
gethostbyname | Asynchronous DNS resolving function |
sslEnableCertExpirationCheck | Configure the behavior of the SSL Library for Certificate Expiry Validation |
setsockopt | The setsockopt() function shall set the option specified by the option_name argument, at the protocol level specified by the level argument, to the value pointed to by the option_value argument for the socket specified by the socket argument |
getsockopt | Get socket options retrieves This Function isn't implemented yet but this is the form that will be released later |
m2m_ping_req | The function sends ping request to the given IP Address. |
Byte Order | The following list of macros are used to convert between host representation and network byte order |
Spi Flash | |
Function | |
spi_flexible_flash_find_section | |
spi_flash_get_size | |
spi_flash_write | |
spi_flash_erase | |
Power Manager (PM) | This is a stub on the SAM Power Manager Control (PMC) for the sleepmgr service |
Compiler abstraction layer and code utilities | Compiler abstraction layer and code utilities for AT91SAM |
Preprocessor - Macro Repeat | |
Preprocessor - Stringize | |
Preprocessor - Token Paste | |
Global interrupt management | This is a driver for global enabling and disabling of interrupts |
Deprecated interrupt definitions | |
Atmel part identification macros | This collection of macros identify which series and families that the various Atmel parts belong to |
AVR UC3 parts | |
AVR XMEGA parts | |
megaAVR parts | |
SAM parts | |
Clock Management | |
Generic Clock Management | Generic clocks are configurable clocks which run outside the system clock domain |
Oscillator Management | This group contains functions and definitions related to configuring and enabling/disabling on-chip oscillators |
PLL Management | This group contains functions and definitions related to configuring and enabling/disabling on-chip PLLs |
System Clock Management | See Quick Start Guide for the System Clock Management |
Common IOPORT API | See Quick start guide for the common IOPORT service |
Busy-Wait Delay Routines | This module provides simple loop-based delay routines for those applications requiring a brief wait during execution |
Serial Interface (Serial) | See Quick start guide for Serial Interface service |
Universal Synchronous Asynchronous Receiver | Transmitter (USART) |
Generic board support | The generic board support module includes board-specific definitions and function prototypes, such as the board initialization function |
General Purpose Input/Output | This is the common API for GPIO |