Searched refs:Mode (Results 1 – 10 of 10) sorted by relevance
237 Emios_Pwm_Ip_PwmType Mode) in Emios_Pwm_Ip_ValidateMode() argument240 if((uint8)Mode < (uint8)EMIOS_PWM_IP_MODES) in Emios_Pwm_Ip_ValidateMode()242 …Ret = (((Emios_Pwm_Ip_aChannelModes[Instance][(uint8)Mode] >> Channel) & 0x01UL) == 1UL) ? TRUE : … in Emios_Pwm_Ip_ValidateMode()249 (void) Mode; in Emios_Pwm_Ip_ValidateMode()334 DevAssert((UserChCfg->Mode == EMIOS_PWM_IP_MODE_OPWFMB_FLAG) || in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()335 (UserChCfg->Mode == EMIOS_PWM_IP_MODE_OPWFMB_FLAG_BOTH)); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()375 Emios_Pwm_Ip_SetPwmMode(Base, UserChCfg->ChannelId, UserChCfg->Mode); in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmbMode()399 DevAssert((UserChCfg->Mode == EMIOS_PWM_IP_MODE_OPWFM_IMMEDIATE_UPDATE_FLAG) || in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmMode()400 (UserChCfg->Mode == EMIOS_PWM_IP_MODE_OPWFM_IMMEDIATE_UPDATE_FLAG_BOTH) || in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmMode()401 (UserChCfg->Mode == EMIOS_PWM_IP_MODE_OPWFM_NEXT_PERIOD_UPDATE_FLAG) || in Emios_Pwm_Ip_InitPeriodDutyCycleOpwfmMode()[all …]
283 static inline void Linflexd_Uart_Ip_SetMode(LINFLEXD_Type *Base, Linflexd_Uart_Ip_ModeType Mode) in Linflexd_Uart_Ip_SetMode() argument289 RegValTemp |= LINFLEXD_UARTCR_UART((uint32)Mode); in Linflexd_Uart_Ip_SetMode()428 …tic inline void Linflexd_Uart_Ip_SetTxMode(LINFLEXD_Type *Base, Linflexd_Uart_Ip_RxTxModeType Mode) in Linflexd_Uart_Ip_SetTxMode() argument434 RegValTemp |= LINFLEXD_UARTCR_TFBM((uint32)Mode); in Linflexd_Uart_Ip_SetTxMode()448 …tic inline void Linflexd_Uart_Ip_SetRxMode(LINFLEXD_Type *Base, Linflexd_Uart_Ip_RxTxModeType Mode) in Linflexd_Uart_Ip_SetRxMode() argument454 RegValTemp |= LINFLEXD_UARTCR_RFBM((uint32)Mode); in Linflexd_Uart_Ip_SetRxMode()
207 Swt_Ip_ServiceModeType Mode; in Swt_Ip_GetServiceMode() local214 Mode = SWT_IP_KS_SEQ_MODE; in Swt_Ip_GetServiceMode()218 Mode = SWT_IP_FS_SEQ_MODE; in Swt_Ip_GetServiceMode()222 Mode = SWT_IP_INVALID_MODE; in Swt_Ip_GetServiceMode()226 return Mode; in Swt_Ip_GetServiceMode()
527 Emios_Pwm_Ip_PwmModeType Mode) in Emios_Pwm_Ip_SetPwmMode() argument529 Base->CH.UC[Channel].C = (Base->CH.UC[Channel].C & ~(eMIOS_C_MODE_MASK)) | eMIOS_C_MODE(Mode); in Emios_Pwm_Ip_SetPwmMode()542 Emios_Pwm_Ip_PwmModeType Mode, in Emios_Pwm_Ip_SetPwmModePol() argument545 …Channel].C & ~(eMIOS_C_MODE_MASK) & ~(eMIOS_C_EDPOL_MASK)) | eMIOS_C_MODE(Mode) | eMIOS_C_EDPOL(Po… in Emios_Pwm_Ip_SetPwmModePol()
371 Emios_Pwm_Ip_PwmModeType Mode; member
361 Emios_Pwm_Ip_PwmModeType Mode);
331 Spi_Ip_StatusType Spi_Ip_UpdateTransferMode(uint8 Instance, Spi_Ip_ModeType Mode);
2128 Spi_Ip_StatusType Spi_Ip_UpdateTransferMode(uint8 Instance, Spi_Ip_ModeType Mode) in Spi_Ip_UpdateTransferMode() argument2143 State->TransferMode = Mode; in Spi_Ip_UpdateTransferMode()
977 …uint8 Mode; /*!< Defines the steering mode: Discard/drop, steer to group or steer … member
1561 …RfsSetDataBuffer[28] = (uint32)(RfsTableEntry->Result) | ((uint32)(RfsTableEntry->Mode) << NETC_ET… in Netc_Eth_Ip_FillRfsSetDataBuffer()