Microchip® Advanced Software Framework

tsens_callback.c File Reference

SAM Temperature Sensor Driver.

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

#include "tsens_callback.h"

Functions

void TSENS_Handler (void)
 Interrupt handler for the TSENS module. More...
 
void tsens_read_job (struct tsens_module *const module_inst, int32_t *result)
 Read result from TSENS. More...
 
enum status_code tsens_register_callback (struct tsens_module *const module, tsens_callback_t callback_func, enum tsens_callback callback_type)
 Registers a callback. More...
 
enum status_code tsens_unregister_callback (struct tsens_module *const module, enum tsens_callback callback_type)
 Unregisters a callback. More...
 

Variables

struct tsens_module_tsens_instances
 

void TSENS_Handler ( void  )

Interrupt handler for the TSENS module.

References _tsens_instances, Assert, i, and NULL.

struct tsens_module* _tsens_instances

Referenced by TSENS_Handler().