Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_ccu4.c779 uint8_t pos; in XMC_CCU4_SLICE_ConfigureEvent() local
857 uint8_t pos; in XMC_CCU4_SLICE_SetInput() local
1077 uint32_t pos; in XMC_CCU4_SLICE_SetInterruptNode() local
Dxmc_ccu8.c826 uint8_t pos; in XMC_CCU8_SLICE_ConfigureEvent() local
905 uint8_t pos; in XMC_CCU8_SLICE_SetInput() local
1188 uint32_t pos; in XMC_CCU8_SLICE_SetInterruptNode() local
Dxmc_vadc.c401 uint32_t pos; in XMC_VADC_GLOBAL_BindGroupToEMux() local
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_seglcd.c71 #define CY_SEGLCD_IS_SYMBOLIC(disp, pos) (CY_SEGLCD_IS_PIXMAP(disp) && \ argument
77 #define CY_SEGLCD_IS_ASCII(disp, pos) (CY_SEGLCD_IS_SYMBOLIC(disp, pos) && \ argument
80 #define CY_SEGLCD_IS_BARGRAPH(disp, pos) (CY_SEGLCD_IS_PIXMAP(disp) && \ argument
/hal_infineon-latest/XMCLib/devices/XMC4500/Include/
DXMC4500.h208 #define WR_REG(reg, mask, pos, val) reg = (((uint32_t)val << pos) & \ argument
213 #define WR_REG_SIZE(reg, mask, pos, val, size) { \ argument
222 #define RD_REG(reg, mask, pos) (((uint32_t)reg & (uint32_t)mask) >> pos) argument
225 #define RD_REG_SIZE(reg, mask, pos,size) ((uint##size##_t)(((uint32_t)reg & \ argument
229 #define SET_BIT(reg, pos) (reg |= ((uint32_t)1<<pos)) argument
232 #define CLR_BIT(reg, pos) (reg = reg & (uint32_t)(~((uint32_t)1<<pos)) ) argument
/hal_infineon-latest/XMCLib/devices/XMC4700/Include/
DXMC4700.h208 #define WR_REG(reg, mask, pos, val) reg = (((uint32_t)val << pos) & \ argument
213 #define WR_REG_SIZE(reg, mask, pos, val, size) { \ argument
222 #define RD_REG(reg, mask, pos) (((uint32_t)reg & (uint32_t)mask) >> pos) argument
225 #define RD_REG_SIZE(reg, mask, pos,size) ((uint##size##_t)(((uint32_t)reg & \ argument
229 #define SET_BIT(reg, pos) (reg |= ((uint32_t)1<<pos)) argument
232 #define CLR_BIT(reg, pos) (reg = reg & (uint32_t)(~((uint32_t)1<<pos)) ) argument
/hal_infineon-latest/XMCLib/devices/XMC4800/Include/
DXMC4800.h214 #define WR_REG(reg, mask, pos, val) reg = (((uint32_t)val << pos) & \ argument
219 #define WR_REG_SIZE(reg, mask, pos, val, size) { \ argument
228 #define RD_REG(reg, mask, pos) (((uint32_t)reg & (uint32_t)mask) >> pos) argument
231 #define RD_REG_SIZE(reg, mask, pos,size) ((uint##size##_t)(((uint32_t)reg & \ argument
235 #define SET_BIT(reg, pos) (reg |= ((uint32_t)1<<pos)) argument
238 #define CLR_BIT(reg, pos) (reg = reg & (uint32_t)(~((uint32_t)1<<pos)) ) argument