Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_spi.c2750 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
2939 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spi.c2804 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
3002 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_spi.c2795 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
2985 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_spi.c3045 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
3234 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spi.c2916 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
3105 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spi.c2895 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
3092 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_spi.c3032 uint32_t cfg1 = hspi->Instance->CFG1; in HAL_SPI_IRQHandler() local
3222 if (HAL_IS_BIT_SET(cfg1, SPI_CFG1_TXDMAEN | SPI_CFG1_RXDMAEN)) in HAL_SPI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h5323 uint32_t cfg1 = (uint32_t)(CaptureTrig & 0x0000000000000FFFU); in LL_HRTIM_TIM_SetCaptureTrig() local
5328 WRITE_REG(*pReg, (cfg1 | cfg2)); in LL_HRTIM_TIM_SetCaptureTrig()