/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_smbus_ex.c | 274 assert_param(IS_SMBUS_TRIG_SOURCE(hsmbus->Instance, sConfig->TriggerSelection)); in HAL_SMBUSEx_SetConfigAutonomousMode() 283 ((sConfig->TriggerSelection) & I2C_AUTOCR_TRIGSEL_Msk) | \ in HAL_SMBUSEx_SetConfigAutonomousMode() 324 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | SMBUS_TRIG_GRP2); in HAL_SMBUSEx_GetConfigAutonomousMode() 328 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | SMBUS_TRIG_GRP1); in HAL_SMBUSEx_GetConfigAutonomousMode() 331 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | SMBUS_TRIG_GRP2); in HAL_SMBUSEx_GetConfigAutonomousMode()
|
D | stm32wbaxx_hal_spi_ex.c | 232 assert_param(IS_SPI_TRIG_SOURCE(hspi->Instance, sConfig->TriggerSelection)); in HAL_SPIEx_SetConfigAutonomousMode() 239 …WRITE_REG(hspi->Instance->AUTOCR, (sConfig->TriggerState | ((sConfig->TriggerSelection) & SPI_AUTO… in HAL_SPIEx_SetConfigAutonomousMode() 277 sConfig->TriggerSelection = ((autocr_tmp & SPI_AUTOCR_TRIGSEL) | SPI_TRIG_GRP2); in HAL_SPIEx_GetConfigAutonomousMode() 281 sConfig->TriggerSelection = ((autocr_tmp & SPI_AUTOCR_TRIGSEL) | SPI_TRIG_GRP1); in HAL_SPIEx_GetConfigAutonomousMode() 284 sConfig->TriggerSelection = ((autocr_tmp & SPI_AUTOCR_TRIGSEL) | SPI_TRIG_GRP2); in HAL_SPIEx_GetConfigAutonomousMode()
|
D | stm32wbaxx_hal_i2c_ex.c | 389 assert_param(IS_I2C_TRIG_SOURCE(hi2c->Instance, sConfig->TriggerSelection)); in HAL_I2CEx_SetConfigAutonomousMode() 398 ((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() 446 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | I2C_TRIG_GRP2); in HAL_I2CEx_GetConfigAutonomousMode()
|
D | stm32wbaxx_ll_dma.c | 378 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitStruct->TriggerSelection)); in LL_DMA_Init() 454 LL_DMA_SetHWTrigger(DMAx, Channel, DMA_InitStruct->TriggerSelection); in LL_DMA_Init() 503 DMA_InitStruct->TriggerSelection = 0x00000000U; in LL_DMA_StructInit() 645 DMA_InitNodeStruct->TriggerSelection = 0x00000000U; in LL_DMA_NodeStructInit() 705 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitNodeStruct->TriggerSelection)); in LL_DMA_CreateLinkNode() 792 …pNode->LinkRegisters[reg_counter] |= (((DMA_InitNodeStruct->TriggerSelection << DMA_CTR2_TRIGSEL_P… in LL_DMA_CreateLinkNode()
|
D | stm32wbaxx_hal_uart_ex.c | 967 assert_param(IS_LPUART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_UARTEx_SetConfigAutonomousMode() 971 assert_param(IS_UART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_UARTEx_SetConfigAutonomousMode() 991 (sConfig->TriggerSelection << USART_AUTOCR_TRIGSEL_Pos)); in HAL_UARTEx_SetConfigAutonomousMode() 1027 sConfig->TriggerSelection = ((tmpreg & USART_AUTOCR_TRIGSEL) >> USART_AUTOCR_TRIGSEL_Pos); in HAL_UARTEx_GetConfigAutonomousMode()
|
D | stm32wbaxx_hal_usart_ex.c | 497 assert_param(IS_USART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_USARTEx_SetConfigAutonomousMode() 516 (sConfig->TriggerSelection << USART_AUTOCR_TRIGSEL_Pos)); in HAL_USARTEx_SetConfigAutonomousMode() 552 sConfig->TriggerSelection = ((tmpreg & USART_AUTOCR_TRIGSEL) >> USART_AUTOCR_TRIGSEL_Pos); in HAL_USARTEx_GetConfigAutonomousMode()
|
D | stm32wbaxx_hal_dma_ex.c | 1037 assert_param(IS_DMA_TRIGGER_SELECTION(pNodeConfig->TriggerConfig.TriggerSelection)); in HAL_DMAEx_List_BuildNode() 3236 assert_param(IS_DMA_TRIGGER_SELECTION(pConfigTrigger->TriggerSelection)); in HAL_DMAEx_ConfigTrigger() 3243 (pConfigTrigger->TriggerSelection << DMA_CTR2_TRIGSEL_Pos))); in HAL_DMAEx_ConfigTrigger() 3584 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode() 3694 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_spi_ex.c | 231 assert_param(IS_SPI_TRIG_SOURCE(hspi->Instance, sConfig->TriggerSelection)); in HAL_SPIEx_SetConfigAutonomousMode() 238 …WRITE_REG(hspi->Instance->AUTOCR, (sConfig->TriggerState | ((sConfig->TriggerSelection) & SPI_AUTO… in HAL_SPIEx_SetConfigAutonomousMode() 276 sConfig->TriggerSelection = ((autocr_tmp & SPI_AUTOCR_TRIGSEL) | SPI_TRIG_GRP2); in HAL_SPIEx_GetConfigAutonomousMode() 280 sConfig->TriggerSelection = ((autocr_tmp & SPI_AUTOCR_TRIGSEL) | SPI_TRIG_GRP1); in HAL_SPIEx_GetConfigAutonomousMode() 283 sConfig->TriggerSelection = ((autocr_tmp & SPI_AUTOCR_TRIGSEL) | SPI_TRIG_GRP1); in HAL_SPIEx_GetConfigAutonomousMode()
|
D | stm32u5xx_hal_smbus_ex.c | 273 assert_param(IS_SMBUS_TRIG_SOURCE(hsmbus->Instance, sConfig->TriggerSelection)); in HAL_SMBUSEx_SetConfigAutonomousMode() 282 ((sConfig->TriggerSelection) & I2C_AUTOCR_TRIGSEL_Msk) | \ in HAL_SMBUSEx_SetConfigAutonomousMode() 322 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | SMBUS_TRIG_GRP2); in HAL_SMBUSEx_GetConfigAutonomousMode() 326 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | SMBUS_TRIG_GRP1); in HAL_SMBUSEx_GetConfigAutonomousMode()
|
D | stm32u5xx_hal_i2c_ex.c | 389 assert_param(IS_I2C_TRIG_SOURCE(hi2c->Instance, sConfig->TriggerSelection)); in HAL_I2CEx_SetConfigAutonomousMode() 398 ((sConfig->TriggerSelection) & I2C_AUTOCR_TRIGSEL_Msk) | \ in HAL_I2CEx_SetConfigAutonomousMode() 438 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | I2C_TRIG_GRP2); in HAL_I2CEx_GetConfigAutonomousMode() 442 sConfig->TriggerSelection = ((autocr_tmp & I2C_AUTOCR_TRIGSEL) | I2C_TRIG_GRP1); in HAL_I2CEx_GetConfigAutonomousMode()
|
D | stm32u5xx_ll_dma.c | 444 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitStruct->TriggerSelection)); in LL_DMA_Init() 546 LL_DMA_SetHWTrigger(DMAx, Channel, DMA_InitStruct->TriggerSelection); in LL_DMA_Init() 639 DMA_InitStruct->TriggerSelection = 0x00000000U; in LL_DMA_StructInit() 806 DMA_InitNodeStruct->TriggerSelection = 0x00000000U; in LL_DMA_NodeStructInit() 876 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitNodeStruct->TriggerSelection)); in LL_DMA_CreateLinkNode() 990 …pNode->LinkRegisters[reg_counter] |= (((DMA_InitNodeStruct->TriggerSelection << DMA_CTR2_TRIGSEL_P… in LL_DMA_CreateLinkNode()
|
D | stm32u5xx_hal_uart_ex.c | 983 assert_param(IS_LPUART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_UARTEx_SetConfigAutonomousMode() 987 assert_param(IS_UART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_UARTEx_SetConfigAutonomousMode() 1007 (sConfig->TriggerSelection << USART_AUTOCR_TRIGSEL_Pos)); in HAL_UARTEx_SetConfigAutonomousMode() 1043 sConfig->TriggerSelection = ((tmpreg & USART_AUTOCR_TRIGSEL) >> USART_AUTOCR_TRIGSEL_Pos); in HAL_UARTEx_GetConfigAutonomousMode()
|
D | stm32u5xx_hal_usart_ex.c | 497 assert_param(IS_USART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_USARTEx_SetConfigAutonomousMode() 516 (sConfig->TriggerSelection << USART_AUTOCR_TRIGSEL_Pos)); in HAL_USARTEx_SetConfigAutonomousMode() 552 sConfig->TriggerSelection = ((tmpreg & USART_AUTOCR_TRIGSEL) >> USART_AUTOCR_TRIGSEL_Pos); in HAL_USARTEx_GetConfigAutonomousMode()
|
D | stm32u5xx_hal_dma_ex.c | 1083 assert_param(IS_DMA_TRIGGER_SELECTION(pNodeConfig->TriggerConfig.TriggerSelection)); in HAL_DMAEx_List_BuildNode() 3305 assert_param(IS_DMA_TRIGGER_SELECTION(pConfigTrigger->TriggerSelection)); in HAL_DMAEx_ConfigTrigger() 3312 (pConfigTrigger->TriggerSelection << DMA_CTR2_TRIGSEL_Pos))); in HAL_DMAEx_ConfigTrigger() 3776 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode() 4006 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_dma.c | 438 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitStruct->TriggerSelection)); in LL_DMA_Init() 530 LL_DMA_SetHWTrigger(DMAx, Channel, DMA_InitStruct->TriggerSelection); in LL_DMA_Init() 624 DMA_InitStruct->TriggerSelection = 0x00000000U; in LL_DMA_StructInit() 775 DMA_InitNodeStruct->TriggerSelection = 0x00000000U; in LL_DMA_NodeStructInit() 847 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitNodeStruct->TriggerSelection)); in LL_DMA_CreateLinkNode() 949 …pNode->LinkRegisters[reg_counter] |= (((DMA_InitNodeStruct->TriggerSelection << DMA_CTR2_TRIGSEL_P… in LL_DMA_CreateLinkNode()
|
D | stm32h5xx_hal_dma_ex.c | 1083 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() 3778 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode() 4007 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_dma.c | 479 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitStruct->TriggerSelection)); in LL_DMA_Init() 573 LL_DMA_SetHWTrigger(DMAx, Channel, DMA_InitStruct->TriggerSelection); in LL_DMA_Init() 667 DMA_InitStruct->TriggerSelection = 0x00000000U; in LL_DMA_StructInit() 830 DMA_InitNodeStruct->TriggerSelection = 0x00000000U; in LL_DMA_NodeStructInit() 897 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitNodeStruct->TriggerSelection)); in LL_DMA_CreateLinkNode() 1000 …pNode->LinkRegisters[reg_counter] |= (((DMA_InitNodeStruct->TriggerSelection << DMA_CTR2_TRIGSEL_P… in LL_DMA_CreateLinkNode()
|
D | stm32h7rsxx_hal_dma_ex.c | 1069 assert_param(IS_DMA_TRIGGER_SELECTION(pNodeConfig->TriggerConfig.TriggerSelection)); in HAL_DMAEx_List_BuildNode() 3288 assert_param(IS_DMA_TRIGGER_SELECTION(pConfigTrigger->TriggerSelection)); in HAL_DMAEx_ConfigTrigger() 3295 (pConfigTrigger->TriggerSelection << DMA_CTR2_TRIGSEL_Pos))); in HAL_DMAEx_ConfigTrigger() 3749 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode() 3948 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_dma.c | 501 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitStruct->TriggerSelection)); in LL_DMA_Init() 609 LL_DMA_SetHWTrigger(DMAx, Channel, DMA_InitStruct->TriggerSelection); in LL_DMA_Init() 703 DMA_InitStruct->TriggerSelection = 0x00000000U; in LL_DMA_StructInit() 872 DMA_InitNodeStruct->TriggerSelection = 0x00000000U; in LL_DMA_NodeStructInit() 946 assert_param(IS_LL_DMA_TRIGGER_SELECTION(DMA_InitNodeStruct->TriggerSelection)); in LL_DMA_CreateLinkNode() 1065 …pNode->LinkRegisters[reg_counter] |= (((DMA_InitNodeStruct->TriggerSelection << DMA_CTR2_TRIGSEL_P… in LL_DMA_CreateLinkNode()
|
D | stm32n6xx_hal_dma_ex.c | 1089 assert_param(IS_DMA_TRIGGER_SELECTION(pNodeConfig->TriggerConfig.TriggerSelection)); in HAL_DMAEx_List_BuildNode() 3324 assert_param(IS_DMA_TRIGGER_SELECTION(pConfigTrigger->TriggerSelection)); in HAL_DMAEx_ConfigTrigger() 3331 (pConfigTrigger->TriggerSelection << DMA_CTR2_TRIGSEL_Pos))); in HAL_DMAEx_ConfigTrigger() 3798 ((pNodeConfig->TriggerConfig.TriggerSelection << DMA_CTR2_TRIGSEL_Pos) & DMA_CTR2_TRIGSEL); in DMA_List_BuildNode() 4027 pNodeConfig->TriggerConfig.TriggerSelection = (pNode->LinkRegisters[NODE_CTR2_DEFAULT_OFFSET] & in DMA_List_GetNodeConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_smbus_ex.h | 53 …uint32_t TriggerSelection; /*!< Specifies the autonomous mode trigger signal selection. This pa… member
|
D | stm32u5xx_hal_spi_ex.h | 51 …uint32_t TriggerSelection; /*!< Specifies the autonomous mode trigger signal selection. This pa… member
|
D | stm32u5xx_hal_usart_ex.h | 50 …uint32_t TriggerSelection; /*!< Specifies which trigger will activate the Transmission automat… member
|
D | stm32u5xx_hal_i2c_ex.h | 52 …uint32_t TriggerSelection; /*!< Specifies the autonomous mode trigger signal selection. This pa… member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_usart_ex.h | 50 …uint32_t TriggerSelection; /*!< Specifies which trigger will activate the Transmission automat… member
|