Home
last modified time | relevance | path

Searched refs:input0 (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_posif.c246 …id XMC_POSIF_SelectInputSource (XMC_POSIF_t *const peripheral, const XMC_POSIF_INPUT_PORT_t input0, in XMC_POSIF_SelectInputSource() argument
251 XMC_ASSERT("XMC_POSIF_SelectInputSource:Wrong input port input0", (input0 < XMC_POSIF_INSEL_MAX)); in XMC_POSIF_SelectInputSource()
255 …reg = (uint32_t)((((uint32_t)input0 << POSIF_PCONF_INSEL0_Pos) & (uint32_t)POSIF_PCONF_INSEL0_Msk)… in XMC_POSIF_SelectInputSource()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_posif.h368 uint32_t input0: 2; /**< Choice of input for Input-1 */ member
538 void XMC_POSIF_SelectInputSource(XMC_POSIF_t *const peripheral, const XMC_POSIF_INPUT_PORT_t input0,