![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
#include "chip.h"
Go to the source code of this file.
Functions | |
STATIC CHIP_SYSCON_CLOCK_T | Chip_TIMER_GetClock (LPC_TIMER_T *pTMR) |
void | Chip_TIMER_Init (LPC_TIMER_T *pTMR) |
Initialize a timer. More... | |
void | Chip_TIMER_DeInit (LPC_TIMER_T *pTMR) |
Shutdown a timer. More... | |
void | Chip_TIMER_Reset (LPC_TIMER_T *pTMR) |
Resets the timer terminal and prescale counts to 0. More... | |
void | Chip_TIMER_ExtMatchControlSet (LPC_TIMER_T *pTMR, int8_t initial_state, TIMER_PIN_MATCH_STATE_T matchState, int8_t matchnum) |
Sets external match control (MATn.matchnum) pin control. For the pin selected with matchnum, sets the function of the pin that occurs on a terminal count match for the match count. More... | |
STATIC CHIP_SYSCON_CLOCK_T Chip_TIMER_GetClock | ( | LPC_TIMER_T * | pTMR | ) |
Definition at line 47 of file timer_112x.c.