Home
last modified time | relevance | path

Searched defs:qei (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dqei.h65 #define QEI_DISABLE_CNT_CMP(qei) ((qei)->CTL &= (~QEI_CTL_CMPEN_Msk)) argument
74 #define QEI_ENABLE_CNT_CMP(qei) ((qei)->CTL |= QEI_CTL_CMPEN_Msk) argument
83 #define QEI_DISABLE_INDEX_LATCH(qei) ((qei)->CTL &= (~QEI_CTL_IDXLATEN_Msk)) argument
92 #define QEI_ENABLE_INDEX_LATCH(qei) ((qei)->CTL |= QEI_CTL_IDXLATEN_Msk) argument
101 #define QEI_DISABLE_INDEX_RELOAD(qei) ((qei)->CTL &= (~QEI_CTL_IDXRLDEN_Msk)) argument
110 #define QEI_ENABLE_INDEX_RELOAD(qei) ((qei)->CTL |= QEI_CTL_IDXRLDEN_Msk) argument
123 #define QEI_DISABLE_INPUT(qei, u32InputType) ((qei)->CTL &= ~(u32InputType)) argument
136 #define QEI_ENABLE_INPUT(qei, u32InputType) ((qei)->CTL |= (u32InputType)) argument
149 #define QEI_DISABLE_INPUT_INV(qei, u32InputType) ((qei)->CTL &= ~(u32InputType)) argument
162 #define QEI_ENABLE_INPUT_INV(qei, u32InputType) ((qei)->CTL |= (u32InputType)) argument
[all …]
/hal_nuvoton-latest/m48x/StdDriver/src/
Dqei.c30 void QEI_Close(QEI_T* qei) in QEI_Close()
47 void QEI_DisableInt(QEI_T* qei, uint32_t u32IntSel) in QEI_DisableInt()
74 void QEI_EnableInt(QEI_T* qei, uint32_t u32IntSel) in QEI_EnableInt()
102 void QEI_Open(QEI_T* qei, uint32_t u32Mode, uint32_t u32Value) in QEI_Open()
119 void QEI_Start(QEI_T* qei) in QEI_Start()
131 void QEI_Stop(QEI_T* qei) in QEI_Stop()