Robobo
|
#include "pio.h"
Go to the source code of this file.
Functions | |
void | PIO_InitializeInterrupts (uint32_t dwPriority) |
void | PIO_ConfigureIt (const Pin *pPin, void(*handler)(const Pin *)) |
void | PIO_EnableIt (const Pio *pPio, const uint32_t dwMask) |
void | PIO_DisableIt (const Pio *pPio, const uint32_t dwMask) |
void | PIO_IT_InterruptHandler (void) |
void | PioInterruptHandler (uint32_t id, Pio *pPio) |
void | PIO_CaptureHandler (void) |
Configuration and handling of interrupts on PIO status changes. The API provided here have several advantages over the traditional PIO interrupt configuration approach:
However, it also has several minor drawbacks that may prevent from using it in particular applications: