Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_fsmc.h390 #define IS_FSMC_WAIT_SIGNAL_ACTIVE(ACTIVE) (((ACTIVE) == FSMC_WaitSignalActive_BeforeWaitState) || \ argument
391 ((ACTIVE) == FSMC_WaitSignalActive_DuringWaitState))
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_fsmc.h380 #define IS_FSMC_WAIT_SIGNAL_ACTIVE(ACTIVE) (((ACTIVE) == FSMC_WaitSignalActive_BeforeWaitState) || \ argument
381 ((ACTIVE) == FSMC_WaitSignalActive_DuringWaitState))
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fsmc.h380 #define IS_FSMC_WAIT_SIGNAL_ACTIVE(ACTIVE) (((ACTIVE) == FSMC_WaitSignalActive_BeforeWaitState) || \ argument
381 ((ACTIVE) == FSMC_WaitSignalActive_DuringWaitState))
A Dstm32f4xx_fmc.h502 #define IS_FMC_WAIT_SIGNAL_ACTIVE(ACTIVE) (((ACTIVE) == FMC_WaitSignalActive_BeforeWaitState) || \ argument
503 ((ACTIVE) == FMC_WaitSignalActive_DuringWaitState))
A Dstm32f4xx_sai.h402 #define IS_SAI_SLOT_ACTIVE(ACTIVE) ((ACTIVE) != 0) argument
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_sai.h847 #define IS_SAI_SLOT_ACTIVE(ACTIVE) ((((ACTIVE) >> 16 ) > 0) && (((ACTIVE) >> 16 ) <= (SAI_SLOTAC… argument
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddma_15xx.h52 __I uint32_t ACTIVE; /*!< DMA Channel Active status for all DMA channels */ member
298 return pDMA->DMACOMMON[0].ACTIVE; in Chip_DMA_GetActiveChannels()
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Drf_mailbox.h217 #define ACTIVE 0x0002 ///< Running macro

Completed in 42 milliseconds