Home
last modified time | relevance | path

Searched refs:TriggerSelection (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_i2c_ex.c390 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()
Dstm32u5xx_hal_uart_ex.c940 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()
Dstm32u5xx_hal_dma_ex.c1078 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()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_i2c_ex.h53 …uint32_t TriggerSelection; /*!< Specifies the autonomous mode trigger signal selection. This pa… member
Dstm32u5xx_hal_uart_ex.h68 …uint32_t TriggerSelection; /*!< Specifies which trigger will activate the Transmission automat… member
Dstm32u5xx_hal_dma_ex.h69 uint32_t TriggerSelection; /*!< Specifies the DMA channel trigger event selection. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_dma_ex.h69 uint32_t TriggerSelection; /*!< Specifies the DMA channel trigger event selection. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma_ex.c1072 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()