Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 49) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c1101 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode()
1229 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode_Head()
1309 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode_Tail()
1405 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode()
1545 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode_Head()
1641 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode_Tail()
1739 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode()
1901 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode_Head()
1998 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode_Tail()
2087 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ResetQ()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c1161 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode()
1289 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode_Head()
1369 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode_Tail()
1465 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode()
1605 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode_Head()
1701 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode_Tail()
1799 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode()
1961 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode_Head()
2058 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode_Tail()
2147 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ResetQ()
[all …]
Dstm32u5xx_hal_xspi.c2755 HAL_StatusTypeDef HAL_XSPI_SetMemoryType(XSPI_HandleTypeDef *hxspi, uint32_t Type) in HAL_XSPI_SetMemoryType() argument
2759 assert_param(IS_XSPI_MEMORY_TYPE(Type)); in HAL_XSPI_SetMemoryType()
2765 hxspi->Init.MemoryType = Type; in HAL_XSPI_SetMemoryType()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c1152 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode()
1280 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode_Head()
1360 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertNode_Tail()
1456 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode()
1596 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode_Head()
1692 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_RemoveNode_Tail()
1790 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode()
1952 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode_Head()
2049 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ReplaceNode_Tail()
2138 if (pQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_ResetQ()
[all …]
Dstm32h5xx_hal_xspi.c2593 HAL_StatusTypeDef HAL_XSPI_SetMemoryType(XSPI_HandleTypeDef *hxspi, uint32_t Type) in HAL_XSPI_SetMemoryType() argument
2597 assert_param(IS_XSPI_MEMORY_TYPE(Type)); in HAL_XSPI_SetMemoryType()
2603 hxspi->Init.MemoryType = Type; in HAL_XSPI_SetMemoryType()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_icache.h688 __STATIC_INLINE void LL_ICACHE_SetRegionOutputBurstType(uint32_t Region, uint32_t Type) in LL_ICACHE_SetRegionOutputBurstType() argument
691 ICACHE_CRRx_HBURST, Type); in LL_ICACHE_SetRegionOutputBurstType()
Dstm32h5xx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
Dstm32h5xx_hal_dma_ex.h182 …__IO uint32_t Type; /*!< Specifies whether the queue is static or d… member
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_icache.h687 __STATIC_INLINE void LL_ICACHE_SetRegionOutputBurstType(uint32_t Region, uint32_t Type) in LL_ICACHE_SetRegionOutputBurstType() argument
690 ICACHE_CRRx_HBURST, Type); in LL_ICACHE_SetRegionOutputBurstType()
Dstm32wbaxx_hal_dma_ex.h134 …__IO uint32_t Type; /*!< Specifies whether the queue is static or d… member
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_icache.h683 __STATIC_INLINE void LL_ICACHE_SetRegionOutputBurstType(uint32_t Region, uint32_t Type) in LL_ICACHE_SetRegionOutputBurstType() argument
686 ICACHE_CRRx_HBURST, Type); in LL_ICACHE_SetRegionOutputBurstType()
Dstm32u5xx_hal_dma_ex.h182 …__IO uint32_t Type; /*!< Specifies whether the queue is static or d… member
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_icache.h683 __STATIC_INLINE void LL_ICACHE_SetRegionOutputBurstType(uint32_t Region, uint32_t Type) in LL_ICACHE_SetRegionOutputBurstType() argument
686 ICACHE_CRRx_HBURST, Type); in LL_ICACHE_SetRegionOutputBurstType()
Dstm32l5xx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lpuart.h1090 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1092 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
Dstm32l0xx_ll_usart.h1576 __STATIC_INLINE void LL_USART_SetWKUPType(USART_TypeDef *USARTx, uint32_t Type) in LL_USART_SetWKUPType() argument
1578 MODIFY_REG(USARTx->CR3, USART_CR3_WUS, Type); in LL_USART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lpuart.h1322 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1324 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lpuart.h1400 __STATIC_INLINE void LL_LPUART_SetWKUPType(USART_TypeDef *LPUARTx, uint32_t Type) in LL_LPUART_SetWKUPType() argument
1402 MODIFY_REG(LPUARTx->CR3, USART_CR3_WUS, Type); in LL_LPUART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_usart.h1543 __STATIC_INLINE void LL_USART_SetWKUPType(USART_TypeDef *USARTx, uint32_t Type) in LL_USART_SetWKUPType() argument
1545 MODIFY_REG(USARTx->CR3, USART_CR3_WUS, Type); in LL_USART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_usart.h1594 __STATIC_INLINE void LL_USART_SetWKUPType(USART_TypeDef *USARTx, uint32_t Type) in LL_USART_SetWKUPType() argument
1596 MODIFY_REG(USARTx->CR3, USART_CR3_WUS, Type); in LL_USART_SetWKUPType()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dfsdm.c387 assert_param(IS_DFSDM_CHANNEL_SERIAL_INTERFACE_TYPE(hdfsdm_channel->Init.SerialInterface.Type)); in HAL_DFSDM_ChannelInit()
465 hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type | in HAL_DFSDM_ChannelInit()
544 hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type | in HAL_DFSDM_ChannelInit()

12