Searched refs:channelMode (Results 1 – 2 of 2) sorted by relevance
216 …config->channelMode = kECSPI_Slave; /*!< ECSPI peripheral operates in… in ECSPI_GetDefaultChannelConfig()256 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()477 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode) << 1U; in ECSPI_SetChannelConfig()487 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode) << 2; in ECSPI_SetChannelConfig()497 base->CONREG |= ECSPI_CONREG_CHANNEL_MODE(config->channelMode) << 3; in ECSPI_SetChannelConfig()
161 ecspi_master_slave_mode_t channelMode; /*!< Channel mode */ member