CryptoAuthLib
Atmel CryptoAuthentication Library
hal_sam4s_timer_asf.c File Reference

ATCA Hardware abstraction layer for SAM4S I2C over ASF drivers. More...

#include <asf.h>
#include <delay.h>
#include "atca_hal.h"

Functions

void atca_delay_us (uint32_t delay)
 Timer API implemented at the HAL level. More...
 
void atca_delay_10us (uint32_t delay)
 This function delays for a number of tens of microseconds. More...
 
void atca_delay_ms (uint32_t delay)
 This function delays for a number of milliseconds. You can override this function if you like to do something else in your system while delaying. More...
 

Detailed Description

ATCA Hardware abstraction layer for SAM4S I2C over ASF drivers.

Prerequisite: add "Delay routines (service)" module to application in Atmel Studio

Copyright (c) 2015 Atmel Corporation. All rights reserved.