Searched refs:TriggerSelection (Results 1 – 8 of 8) sorted by relevance
390 assert_param(IS_I2C_TRIG_SOURCE(hi2c->Instance, sConfig->TriggerSelection)); in HAL_I2CEx_SetConfigAutonomousMode()399 ((sConfig->TriggerSelection) & I2C_AUTOCR_TRIGSEL_Msk) | \ in HAL_I2CEx_SetConfigAutonomousMode()439 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | I2C_TRIG_GRP2); in HAL_I2CEx_GetConfigAutonomousMode()443 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | I2C_TRIG_GRP1); in HAL_I2CEx_GetConfigAutonomousMode()
940 assert_param(IS_LPUART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_UARTEx_SetConfigAutonomousMode()944 assert_param(IS_UART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_UARTEx_SetConfigAutonomousMode()964 (sConfig->TriggerSelection << USART_AUTOCR_TRIGSEL_Pos)); in HAL_UARTEx_SetConfigAutonomousMode()999 sConfig->TriggerSelection = ((tmpreg & USART_AUTOCR_TRIGSEL) >> USART_AUTOCR_TRIGSEL_Pos); in HAL_UARTEx_GetConfigAutonomousMode()
1078 assert_param(IS_DMA_TRIGGER_SELECTION(pNodeConfig->TriggerConfig.TriggerSelection)); in HAL_DMAEx_List_BuildNode()3304 assert_param(IS_DMA_TRIGGER_SELECTION(pConfigTrigger->TriggerSelection)); in HAL_DMAEx_ConfigTrigger()3311 (pConfigTrigger->TriggerSelection << DMA_CTR2_TRIGSEL_Pos))); in HAL_DMAEx_ConfigTrigger()3769 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode()3988 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()
53 …uint32_t TriggerSelection; /*!< Specifies the autonomous mode trigger signal selection. This pa… member
68 …uint32_t TriggerSelection; /*!< Specifies which trigger will activate the Transmission automat… member
69 uint32_t TriggerSelection; /*!< Specifies the DMA channel trigger event selection. member
1072 assert_param(IS_DMA_TRIGGER_SELECTION(pNodeConfig->TriggerConfig.TriggerSelection)); in HAL_DMAEx_List_BuildNode()3298 assert_param(IS_DMA_TRIGGER_SELECTION(pConfigTrigger->TriggerSelection)); in HAL_DMAEx_ConfigTrigger()3305 (pConfigTrigger->TriggerSelection << DMA_CTR2_TRIGSEL_Pos))); in HAL_DMAEx_ConfigTrigger()3763 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode()3982 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()