Microchip® Advanced Software Framework

nm_bsp_sam4s.c File Reference

This module contains SAM4S BSP APIs implementation.

Copyright (c) 2018-2019 Microchip Technology Inc. and its subsidiaries.

#include "bsp/include/nm_bsp.h"
#include "common/include/nm_common.h"
#include "asf.h"
#include "conf_winc.h"
#include "delay.h"

Functions

static void chip_isr (uint32_t id, uint32_t mask)
 
static void init_chip_pins (void)
 
sint8 nm_bsp_deinit (void)
 De-iInitialize BSP. More...
 
sint8 nm_bsp_init (void)
 This function is used to initialize the Board Support Package (BSP) in order to prepare the WINC before any WINC API calls. More...
 
void nm_bsp_interrupt_ctrl (uint8 u8Enable)
 Enable/Disable interrupts from the WINC. More...
 
void nm_bsp_register_isr (tpfNmBspIsr pfIsr)
 Register the host interface interrupt service routine. More...
 
void nm_bsp_reset (void)
 Performs a hardware reset to the WINC board. More...
 
void nm_bsp_sleep (uint32 u32TimeMsec)
 Used to put the host to sleep for the specified duration (in milliseconds). Forcing the host to sleep for extended period may lead to host not being able to respond to WINC board events. It is important to be considerate while choosing the sleep period. More...
 

Variables

static tpfNmBspIsr gpfIsr
 

static void chip_isr ( uint32_t  id,
uint32_t  mask 
)
static

tpfNmBspIsr gpfIsr
static