Home
last modified time | relevance | path

Searched refs:channelMode (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/afe/
Dfsl_afe.c150 if (config->channelMode != kAFE_BypassDisable) in AFE_SetChannelConfig()
153 … (AFE_CFR_BYP_MODE_MASK | AFE_CFR_DEC_CLK_EDGE_SEL((((uint32_t)config->channelMode) >> 1UL) & 0x1U… in AFE_SetChannelConfig()
154 AFE_CFR_DEC_CLK_INP_SEL(((uint32_t)config->channelMode) & 0x1UL)); in AFE_SetChannelConfig()
204 config->channelMode = kAFE_BypassDisable; in AFE_GetDefaultChannelConfig()
Dfsl_afe.h179 afe_bypass_mode_t channelMode; /*!< Select if channel is in bypassed mode. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c216 …config->channelMode = kECSPI_Slave; /*!< ECSPI peripheral operates in… in ECSPI_GetDefaultChannelConfig()
255 config->channelConfig.channelMode = kECSPI_Master; in ECSPI_MasterGetDefaultConfig()
334 config->channelConfig.channelMode = kECSPI_Slave; in ECSPI_SlaveGetDefaultConfig()
468 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode); in ECSPI_SetChannelConfig()
476 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode) << 1U; in ECSPI_SetChannelConfig()
485 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode) << 2; in ECSPI_SetChannelConfig()
494 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode) << 3; in ECSPI_SetChannelConfig()
Dfsl_ecspi.h154 ecspi_master_slave_mode_t channelMode; /*!< Channel mode */ member
/hal_nxp-3.6.0/s32/drivers/s32ze/Gpt/include/
DStm_Ip_Types.h144 Stm_Ip_ChannelModeType channelMode; /**< @brief channelMode */ member
159 Stm_Ip_ChannelModeType channelMode; /**< @brief channelMode */ member
/hal_nxp-3.6.0/s32/drivers/s32k3/Icu/src/
DEmios_Icu_Ip.c554 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_Init()
686 … nMeasMode = eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode; in Emios_Icu_Ip_Deinit()
731 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_M… in Emios_Icu_Ip_Deinit()
851 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_EnableEdgeDetection()
871 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_DisableEdgeDetection()
1023 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_StartTimestamp()
1111 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_StopTimestamp()
1222 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_EnableEdgeCount()
1251 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_DisableEdgeCount()
1409 …eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode = EMIOS_ICU_MOD… in Emios_Icu_Ip_StartSignalMeasurement()
[all …]
DEmios_Icu_Ip_Irq.c806 …_MEASUREMENT != eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][hwChannel]].channelMode) in Emios_Icu_Ip_ValidateChannelUsedMasterbus()
916 … nMeasMode = eMios_Icu_Ip_ChState[eMios_Icu_Ip_IndexInChState[instance][nCounter]].channelMode; in Emios_Icu_Ip_ProcessMasterBusInterrupt()
1061 … if((EMIOS_ICU_MODE_NO_MEASUREMENT != eMios_Icu_Ip_ChState[u8ChIndex].channelMode) && bEnableInter) in Emios_Icu_Ip_IrqHandler()
1066 nMeasMode = eMios_Icu_Ip_ChState[u8ChIndex].channelMode; in Emios_Icu_Ip_IrqHandler()
/hal_nxp-3.6.0/s32/drivers/s32ze/Gpt/src/
DStm_Ip.c793 Stm_Ip_ChannelModeType channelMode; in Stm_Ip_ProcessCommonInterrupt() local
820 channelMode = Stm_Ip_u32ChState[instance][channel].channelMode; in Stm_Ip_ProcessCommonInterrupt()
831 if(STM_IP_CH_MODE_ONESHOT == channelMode) in Stm_Ip_ProcessCommonInterrupt()
967 Stm_Ip_u32ChState[instance][configPtr->hwChannel].channelMode = configPtr->channelMode; in Stm_Ip_InitChannel()
/hal_nxp-3.6.0/s32/drivers/s32k3/Icu/include/
DEmios_Icu_Ip_Types.h373 eMios_Icu_Ip_ModeType channelMode; member