![]() |
M480 BSP V3.05.006
The Board Support Package for M480 Series
|
Enhanced Input Capture Timer (ECAP) driver source file. More...
#include "NuMicro.h"
Go to the source code of this file.
Functions | |
void | ECAP_Open (ECAP_T *ecap, uint32_t u32FuncMask) |
Enable ECAP function. More... | |
void | ECAP_Close (ECAP_T *ecap) |
Disable ECAP function. More... | |
void | ECAP_EnableINT (ECAP_T *ecap, uint32_t u32Mask) |
This macro is used to enable input channel interrupt. More... | |
void | ECAP_DisableINT (ECAP_T *ecap, uint32_t u32Mask) |
This macro is used to disable input channel interrupt. More... | |
Enhanced Input Capture Timer (ECAP) driver source file.
SPDX-License-Identifier: Apache-2.0
Definition in file ecap.c.