Home
last modified time | relevance | path

Searched defs:u32Value (Results 1 – 16 of 16) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dqei.h303 #define QEI_SET_CNT_CMP(qei, u32Value) ((qei)->CNTCMP = (u32Value)) argument
313 #define QEI_SET_CNT_VALUE(qei, u32Value) ((qei)->CNT = (u32Value)) argument
353 #define QEI_SET_CNT_MAX(qei, u32Value) ((qei)->CNTMAX = (u32Value)) argument
Dtimer.h79 #define TIMER_SET_CMP_VALUE(timer, u32Value) ((timer)->CMP = (u32Value)) argument
93 #define TIMER_SET_PRESCALE_VALUE(timer, u32Value) ((timer)->CTL = ((timer)->CTL & ~TIMER_CTL_PSC_… argument
/hal_nuvoton-latest/m46x/StdDriver/inc/
Deqei.h317 #define EQEI_SET_CNT_CMP(eqei, u32Value) ((eqei)->CNTCMP = (u32Value)) argument
327 #define EQEI_SET_CNT_VALUE(eqei, u32Value) ((eqei)->CNT = (u32Value)) argument
367 #define EQEI_SET_CNT_MAX(eqei, u32Value) ((eqei)->CNTMAX = (u32Value)) argument
Dtimer.h112 #define TIMER_SET_CMP_VALUE(timer, u32Value) ((timer)->CMP = (u32Value)) argument
126 #define TIMER_SET_PRESCALE_VALUE(timer, u32Value) ((timer)->CTL = ((timer)->CTL & ~TIMER_CTL_PSC_… argument
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Deqei.h317 #define EQEI_SET_CNT_CMP(eqei, u32Value) ((eqei)->CNTCMP = (u32Value)) argument
327 #define EQEI_SET_CNT_VALUE(eqei, u32Value) ((eqei)->CNT = (u32Value)) argument
367 #define EQEI_SET_CNT_MAX(eqei, u32Value) ((eqei)->CNTMAX = (u32Value)) argument
Dttmr.h64 #define TTMR_SET_CMP_VALUE(ttmr, u32Value) ((ttmr)->CMP = (u32Value)) argument
78 #define TTMR_SET_PRESCALE_VALUE(ttmr, u32Value) ((ttmr)->CTL = ((ttmr)->CTL & ~TTMR_CTL_PSC_Msk… argument
Dlptmr.h111 #define LPTMR_SET_CMP_VALUE(lptmr, u32Value) ((lptmr)->CMP = (u32Value)) argument
125 #define LPTMR_SET_PRESCALE_VALUE(lptmr, u32Value) ((lptmr)->CTL = ((lptmr)->CTL & ~LPTMR_CTL_PSC_… argument
Dtimer.h110 #define TIMER_SET_CMP_VALUE(timer, u32Value) ((timer)->CMP = (u32Value)) argument
124 #define TIMER_SET_PRESCALE_VALUE(timer, u32Value) ((timer)->CTL = ((timer)->CTL & ~TIMER_CTL_PSC_… argument
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Deqei.c107 void EQEI_Open(EQEI_T* eqei, uint32_t u32Mode, uint32_t u32Value) in EQEI_Open()
Dlpi2c.c214 uint32_t u32Value; in LPI2C_GetIntFlag() local
Di2c.c253 uint32_t u32Value; in I2C_GetIntFlag() local
/hal_nuvoton-latest/m46x/StdDriver/src/
Deqei.c121 void EQEI_Open(EQEI_T* eqei, uint32_t u32Mode, uint32_t u32Value) in EQEI_Open()
Dhbi.c96 int32_t HBI_WriteHyperRAMReg(uint32_t u32Addr, uint32_t u32Value) in HBI_WriteHyperRAMReg()
Di2c.c257 uint32_t u32Value; in I2C_GetIntFlag() local
/hal_nuvoton-latest/m48x/StdDriver/src/
Dqei.c102 void QEI_Open(QEI_T* qei, uint32_t u32Mode, uint32_t u32Value) in QEI_Open()
Di2c.c242 uint32_t u32Value; in I2C_GetIntFlag() local