Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_ctimer.c154 #define CTXPADNUM(ctx, ctx_idx) ((CTx_tbl[ctx][ctx_idx] >> 0) & 0x7f) argument
155 #define CTXPADFNC(ctx, ctx_idx) ((CTx_tbl[ctx][ctx_idx] >> 8) & 0x7) argument
195 #define OUTCTIMN(ctx,n) (outcfg_tbl[ctx][n] & (0x7 << 0)) argument
196 #define OUTCTIMB(ctx,n) (outcfg_tbl[ctx][n] & (0x1 << 3)) argument
197 #define OUTCO2(ctx,n) (outcfg_tbl[ctx][n] & (0x1 << 4)) argument
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_ctimer.c154 #define CTXPADNUM(ctx) ((CTx_tbl[ctx] >> 0) & 0x3f) argument
155 #define CTXPADFNC(ctx) ((CTx_tbl[ctx] >> 8) & 0x7) argument
169 #define OUTCTIMN(ctx,n) (outcfg_tbl[ctx][n] & (0x7 << 0)) argument
170 #define OUTCTIMB(ctx,n) (outcfg_tbl[ctx][n] & (0x1 << 3)) argument
171 #define OUTCO2(ctx,n) (outcfg_tbl[ctx][n] & (0x1 << 4)) argument