Home
last modified time | relevance | path

Searched refs:inputSelect (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pwt_1/
Dfsl_pwt.c80 …R1_PCLKS(config->clockSource) | PWT_R1_PRE(config->prescale) | PWT_R1_PINSEL(config->inputSelect) | in PWT_Init()
124 config->inputSelect = kPWT_InputPort_0; in PWT_GetDefaultConfig()
Dfsl_pwt.h96 pwt_input_select_t inputSelect; /*!< PWT Pulse input port selection */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pwt/
Dfsl_pwt.c87 …_CR_PCLKS(config->clockSource) | PWT_CR_PRE(config->prescale) | PWT_CR_PINSEL(config->inputSelect); in PWT_Init()
130 config->inputSelect = kPWT_InputPort_0; in PWT_GetDefaultConfig()
Dfsl_pwt.h83 pwt_input_select_t inputSelect; /*!< PWT Pulse input port selection */ member