uc-sdk
|
Macros | |
#define | RIT_CTRL_INTEN ((uint32_t) (1)) |
#define | RIT_CTRL_ENCLR ((uint32_t) _BIT(1)) |
#define | RIT_CTRL_ENBR ((uint32_t) _BIT(2)) |
#define | RIT_CTRL_TEN ((uint32_t) _BIT(3)) |
#define | PARAM_RITx(n) (((uint32_t *)n)==((uint32_t *)LPC_RIT)) |
#define PARAM_RITx | ( | n) | (((uint32_t *)n)==((uint32_t *)LPC_RIT)) |
Macro to determine if it is valid RIT peripheral
Definition at line 60 of file lpc17xx_rit.h.
#define RIT_CTRL_ENBR ((uint32_t) _BIT(2)) |
Set timer enable on debug
Definition at line 55 of file lpc17xx_rit.h.
#define RIT_CTRL_ENCLR ((uint32_t) _BIT(1)) |
Set timer enable clear to 0 when the counter value equals the masked compare value
Definition at line 53 of file lpc17xx_rit.h.
#define RIT_CTRL_INTEN ((uint32_t) (1)) |
Macro defines for RIT control registerSet interrupt flag when the counter value equals the masked compare value
Definition at line 51 of file lpc17xx_rit.h.
#define RIT_CTRL_TEN ((uint32_t) _BIT(3)) |
Set timer enable
Definition at line 57 of file lpc17xx_rit.h.