Searched refs:inputMuxIndex (Results 1 – 1 of 1) sorted by relevance
422 …for (uint32_t inputMuxIndex = 0; inputMuxIndex < (uint32_t)FSL_FEATURE_PINT_NUMBER_OF_CONNECTED_OU… in HAL_GpioSetTriggerMode() local423 inputMuxIndex++) in HAL_GpioSetTriggerMode()425 if (0U == (s_GpioInputMux[inputMuxIndex >> 3] & (1U << (inputMuxIndex & 0x07U)))) in HAL_GpioSetTriggerMode()427 s_GpioInputMux[inputMuxIndex >> 3] |= 1U << (inputMuxIndex & 0x07U); in HAL_GpioSetTriggerMode()428 gpioStateHandle->pin.pint.pintIndex = (uint8_t)inputMuxIndex; in HAL_GpioSetTriggerMode()