Searched refs:channelMode (Results 1 – 9 of 9) sorted by relevance
150 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()
179 afe_bypass_mode_t channelMode; /*!< Select if channel is in bypassed mode. */ member
216 …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()
154 ecspi_master_slave_mode_t channelMode; /*!< Channel mode */ member
144 Stm_Ip_ChannelModeType channelMode; /**< @brief channelMode */ member159 Stm_Ip_ChannelModeType channelMode; /**< @brief channelMode */ member
554 …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 …]
806 …_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()
793 Stm_Ip_ChannelModeType channelMode; in Stm_Ip_ProcessCommonInterrupt() local820 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()
373 eMios_Icu_Ip_ModeType channelMode; member