Microchip® Advanced Software Framework

sha204_timer.h File Reference
#include <compiler.h>

Functions

void sha204h_delay_ms (uint16_t delay)
 This function delays for a number of milliseconds. More...
 
void sha204h_start_timeout_timer_ms (uint16_t timeout)
 This function starts a timeout timer. More...
 
void sha204h_start_timer (uint16_t delay, uint8_t is_blocking)
 This function delays for a number of microseconds (not compiled). More...
 
void sha204h_timer_init (void)
 This function initializes a delay timer. More...
 

Variables

volatile bool sha204_timer_expired
 < compiler dependent definitions More...
 

volatile bool sha204_timer_expired

< compiler dependent definitions

true if timeout timer has expired

< compiler dependent definitions

Referenced by sha204c_send_and_receive(), sha204h_start_timer(), and sha204h_timer_overflow_interrupt_callback().