Power Management Controller (PMC) | |
Peripheral Parallel Input/Output (PIO) Controller | |
Serial Peripheral Interface (SPI) | See Quickstart guide for SAM SPI driver |
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 |
Implementation of SD/MMC/SDIO Stack | |
 Compiler abstraction layer and code utilities | Compiler abstraction layer and code utilities for AT91SAM |
  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 | |
   AVR XMEGA parts | |
    megaAVR parts | |
     SAM parts | |
   megaAVR parts | |
    SAM parts | |
   SAM parts | |
  Preprocessor - Token Paste | |
  Preprocessor - Stringize | |
  Preprocessor - Macro Repeat | |
 Preprocessor - Token Paste | |
 Preprocessor - Stringize | |
 Preprocessor - Macro Repeat | |
 Global interrupt management | This is a driver for global enabling and disabling of interrupts |
  Deprecated interrupt definitions | |
Watchdog Timer (WDT) | Driver for the WDT (Watchdog Timer) |
BSP | |
 Defines | |
 DataTypes | |
 Function | |
  nm_bsp_init | Initialize BSP |
  nm_bsp_deinit | De-initialization for bsp (\e Board \e Support \e Package)
|
  nm_bsp_reset | Reinitialization for bsp (Board Support Package) by resetting NMC1500 SoC by setting CHIP_EN and RESET_N signals low, CHIP_EN high then RESET_N high |
  nm_bsp_sleep | Sleep in units of milliseconds |
  nm_bsp_register_isr | Register ISR (Interrupt Service Routine) in the initialization of HIF (Host Interface) Layer |
  nm_bsp_interrupt_ctrl | Synchrnonous enable/disable interrupts fucntion |
  nm_bsp_malloc | Synchrnonous memory allocate API |
  nm_bsp_free | Synchrnonous memory free API |
WLAN | WILC IoT Application Interface |
 Defines | |
 Enumeration/Typedef | |
  Function | |
   m2m_wifi_init | Synchronous initialization functions for the WILC driver |
   m2m_wifi_deinit | Synchronous deinitialization function to the WILC1000 driver |
   m2m_wifi_handle_events | Synchronous M2M event handler function, responsible for handling interrupts received from the WILC firmware |
   m2m_wifi_connect | Asynchronous wi-fi connection function to a specific AP |
   m2m_wifi_disconnect | Synchronous wi-fi disconnection function, requesting a Wi-Fi disconnect from the currently connected AP |
   m2m_wifi_get_connection_info | Asynchronous connection status retrieval function, retrieves the status information of the currently connected AP |
   m2m_wifi_set_mac_address | Synchronous dual MAC address assigning to the WILC1500 |
   m2m_wifi_wps | Asynchronous WPS triggering function |
   m2m_wifi_wps_disable | Disable the NMC1500 WPS operation |
   m2m_wifi_p2p | Asynchronous Wi-Fi direct (P2P) enabling mode function |
   m2m_wifi_p2p_disconnect | Disable the NMC1500 device Wi-Fi direct mode (P2P) |
   m2m_wifi_enable_ap | Asychronous wi-fi hotspot enabling function |
   m2m_wifi_disable_ap | Synchronous wi-fi hotspot disabling function |
   m2m_wifi_set_scan_options | Synchronous wi-fi scan settings function |
   m2m_wifi_set_scan_region | Synchronous wi-fi scan region setting function |
   m2m_wifi_request_scan | Asynchronous wi-fi scan request on the given channel |
   m2m_wifi_get_num_ap_found | Synchronous function to retrieve the number of AP's found in the last scan request, The function read the number of AP's from global variable which updated in the wi-fi callback fucntion through the M2M_WIFI_RESP_SCAN_DONE event |
   m2m_wifi_req_scan_result | Synchronous call to read the AP information from the SCAN Result list with the given index |
   m2m_wifi_req_curr_rssi | Asynchronous request for the current RSSI of the connected AP |
   m2m_wifi_get_otp_mac_address | Request the MAC address stored on the OTP (one time programmable) memory of the device |
   m2m_wifi_get_mac_address | Function to retrieve the current MAC address |
   m2m_wifi_set_sleep_mode | Synchronous power-save mode setting function for the NMC1500 |
   m2m_wifi_get_sleep_mode | Synchronous power save mode retrieval function |
   m2m_wifi_set_lsn_int | Synchronous function for setting the wi-fi listen interval for power save operation |
   m2m_wifi_enable_monitoring_mode | Asynchronous wi-fi monitoring enable mode (Promiscuous mode) function |
   m2m_wifi_disable_monitoring_mode | Synchronous function to disable Wi-Fi monitoring mode (Promiscuous mode) |
   m2m_wifi_send_wlan_pkt | Synchronous function to transmit a WIFI RAW packet while the implementation of this packet is left to the application developer |
   m2m_wifi_send_ethernet_pkt | Synchronous function to transmit an Ethernet packet |
   m2m_wifi_set_cust_InfoElement | Synchronous function to Add/Remove user-defined Information Element to the WIFIBeacon and Probe Response frames while chip mode is Access Point Mode |
  m2m_wifi_init | Synchronous initialization functions for the WILC driver |
  m2m_wifi_deinit | Synchronous deinitialization function to the WILC1000 driver |
  m2m_wifi_handle_events | Synchronous M2M event handler function, responsible for handling interrupts received from the WILC firmware |
  m2m_wifi_connect | Asynchronous wi-fi connection function to a specific AP |
  m2m_wifi_disconnect | Synchronous wi-fi disconnection function, requesting a Wi-Fi disconnect from the currently connected AP |
  m2m_wifi_get_connection_info | Asynchronous connection status retrieval function, retrieves the status information of the currently connected AP |
  m2m_wifi_set_mac_address | Synchronous dual MAC address assigning to the WILC1500 |
  m2m_wifi_wps | Asynchronous WPS triggering function |
  m2m_wifi_wps_disable | Disable the NMC1500 WPS operation |
  m2m_wifi_p2p | Asynchronous Wi-Fi direct (P2P) enabling mode function |
  m2m_wifi_p2p_disconnect | Disable the NMC1500 device Wi-Fi direct mode (P2P) |
  m2m_wifi_enable_ap | Asychronous wi-fi hotspot enabling function |
  m2m_wifi_disable_ap | Synchronous wi-fi hotspot disabling function |
  m2m_wifi_set_scan_options | Synchronous wi-fi scan settings function |
  m2m_wifi_set_scan_region | Synchronous wi-fi scan region setting function |
  m2m_wifi_request_scan | Asynchronous wi-fi scan request on the given channel |
  m2m_wifi_get_num_ap_found | Synchronous function to retrieve the number of AP's found in the last scan request, The function read the number of AP's from global variable which updated in the wi-fi callback fucntion through the M2M_WIFI_RESP_SCAN_DONE event |
  m2m_wifi_req_scan_result | Synchronous call to read the AP information from the SCAN Result list with the given index |
  m2m_wifi_req_curr_rssi | Asynchronous request for the current RSSI of the connected AP |
  m2m_wifi_get_otp_mac_address | Request the MAC address stored on the OTP (one time programmable) memory of the device |
  m2m_wifi_get_mac_address | Function to retrieve the current MAC address |
  m2m_wifi_set_sleep_mode | Synchronous power-save mode setting function for the NMC1500 |
  m2m_wifi_get_sleep_mode | Synchronous power save mode retrieval function |
 Function | |
  m2m_wifi_init | Synchronous initialization functions for the WILC driver |
  m2m_wifi_deinit | Synchronous deinitialization function to the WILC1000 driver |
  m2m_wifi_handle_events | Synchronous M2M event handler function, responsible for handling interrupts received from the WILC firmware |
  m2m_wifi_connect | Asynchronous wi-fi connection function to a specific AP |
  m2m_wifi_disconnect | Synchronous wi-fi disconnection function, requesting a Wi-Fi disconnect from the currently connected AP |
  m2m_wifi_get_connection_info | Asynchronous connection status retrieval function, retrieves the status information of the currently connected AP |
  m2m_wifi_set_mac_address | Synchronous dual MAC address assigning to the WILC1500 |
  m2m_wifi_wps | Asynchronous WPS triggering function |
  m2m_wifi_wps_disable | Disable the NMC1500 WPS operation |
  m2m_wifi_p2p | Asynchronous Wi-Fi direct (P2P) enabling mode function |
  m2m_wifi_p2p_disconnect | Disable the NMC1500 device Wi-Fi direct mode (P2P) |
  m2m_wifi_enable_ap | Asychronous wi-fi hotspot enabling function |
  m2m_wifi_disable_ap | Synchronous wi-fi hotspot disabling function |
  m2m_wifi_set_scan_options | Synchronous wi-fi scan settings function |
  m2m_wifi_set_scan_region | Synchronous wi-fi scan region setting function |
  m2m_wifi_request_scan | Asynchronous wi-fi scan request on the given channel |
  m2m_wifi_get_num_ap_found | Synchronous function to retrieve the number of AP's found in the last scan request, The function read the number of AP's from global variable which updated in the wi-fi callback fucntion through the M2M_WIFI_RESP_SCAN_DONE event |
  m2m_wifi_req_scan_result | Synchronous call to read the AP information from the SCAN Result list with the given index |
  m2m_wifi_req_curr_rssi | Asynchronous request for the current RSSI of the connected AP |
  m2m_wifi_get_otp_mac_address | Request the MAC address stored on the OTP (one time programmable) memory of the device |
  m2m_wifi_get_mac_address | Function to retrieve the current MAC address |
  m2m_wifi_set_sleep_mode | Synchronous power-save mode setting function for the NMC1500 |
  m2m_wifi_get_sleep_mode | Synchronous power save mode retrieval function |
  m2m_wifi_set_lsn_int | Synchronous function for setting the wi-fi listen interval for power save operation |
  m2m_wifi_enable_monitoring_mode | Asynchronous wi-fi monitoring enable mode (Promiscuous mode) function |
  m2m_wifi_disable_monitoring_mode | Synchronous function to disable Wi-Fi monitoring mode (Promiscuous mode) |
  m2m_wifi_send_wlan_pkt | Synchronous function to transmit a WIFI RAW packet while the implementation of this packet is left to the application developer |
  m2m_wifi_send_ethernet_pkt | Synchronous function to transmit an Ethernet packet |
  m2m_wifi_set_cust_InfoElement | Synchronous function to Add/Remove user-defined Information Element to the WIFIBeacon and Probe Response frames while chip mode is Access Point Mode |
Power Manager (PM) | This is a stub on the SAM Power Manager Control (PMC) for the sleepmgr service |
SAM3A/3N/3S/3U/3X/4E/4N/4S/G Peripheral DMA Controller (PDC) Driver | This driver for Atmel® | SMART ARM®-based microcontrollers provides an interface for the configuration and management of the the Peripheral Direct Memory Access (DMA) Controller (PDC) module |
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 service (SAM4S) |
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) |
xCoRoutineCreate | Croutine |
vCoRoutineSchedule | Croutine |
crSTART | Croutine |
crDELAY | Croutine |
crQUEUE_SEND | |
crQUEUE_RECEIVE | Croutine |
crQUEUE_SEND_FROM_ISR | Croutine |
crQUEUE_RECEIVE_FROM_ISR | Croutine |
xQueueCreate | Queue |
xQueueSend | Queue |
xQueueReceive | Queue |
xQueueSendFromISR | Queue |
xQueueReceiveFromISR | Queue |
vSemaphoreCreateBinary | Semphr |
xSemaphoreTake | Semphr |
xSemaphoreTakeRecursive | Semphr |
xSemaphoreGive | Semphr |
xSemaphoreGiveRecursive | Semphr |
xSemaphoreGiveFromISR | Semphr |
vSemaphoreCreateMutex | Semphr |
xSemaphoreCreateCounting | Semphr |
xTaskCreate | Task |
xTaskCreateRestricted | Task |
vTaskDelete | Task |
vTaskDelay | Task |
vTaskDelayUntil | Task |
uxTaskPriorityGet | Task |
vTaskPrioritySet | Task |
vTaskSuspend | Task |
vTaskResume | Task |
vTaskResumeFromISR | Task |
vTaskStartScheduler | Task |
vTaskEndScheduler | Task |
vTaskSuspendAll | Task |
xTaskResumeAll | Task |
SD/MMC/SDIO common stack | SD/MMC/SDIO basic APIs used by SD/MMC/SDIO memory APIs (sd_mmc_stack_mem_group) |
 SD/MMC Protocol Definition | |
High Speed MultiMedia Card Interface (HSMCI) | This driver interfaces the HSMCI module |
 High Speed MultiMedia Card Interface | (HSMCI) implementation |
Generic board support | The generic board support module includes board-specific definitions and function prototypes, such as the board initialization function |
 SAM4S Xplained Pro board | |
  Configuration | Symbols to use for configuring the board and its initialization |
  Features | Symbols that describe features and capabilities of the board |
General Purpose Input/Output | This is the common API for GPIO |