Home
last modified time | relevance | path

Searched defs:PERIPH (Results 1 – 12 of 12) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_dbgmcu.h56 #define IS_DBGMCU_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFFF8) == 0x00) && ((PERIPH) != 0x00)) argument
75 #define IS_DBGMCU_APB1PERIPH(PERIPH) ((((PERIPH) & 0xF91FE200) == 0x00) && ((PERIPH) != 0x00)) argument
82 #define IS_DBGMCU_APB2PERIPH(PERIPH) ((((PERIPH) & 0xFFF8FFFC) == 0x00) && ((PERIPH) != 0x00)) argument
Dstm32f4xx_rcc.h358 #define IS_RCC_AHB1_CLOCK_PERIPH(PERIPH) ((((PERIPH) & 0x810BE800) == 0x00) && ((PERIPH) != 0x00)) argument
359 #define IS_RCC_AHB1_RESET_PERIPH(PERIPH) ((((PERIPH) & 0xDD1FE800) == 0x00) && ((PERIPH) != 0x00)) argument
360 #define IS_RCC_AHB1_LPMODE_PERIPH(PERIPH) ((((PERIPH) & 0x81106800) == 0x00) && ((PERIPH) != 0x00)) argument
374 #define IS_RCC_AHB2_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFF0E) == 0x00) && ((PERIPH) != 0x00)) argument
390 #define IS_RCC_AHB3_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFFFE) == 0x00) && ((PERIPH) != 0x00)) argument
423 #define IS_RCC_APB1_PERIPH(PERIPH) ((((PERIPH) & 0x09013600) == 0x00) && ((PERIPH) != 0x00)) argument
451 #define IS_RCC_APB2_PERIPH(PERIPH) ((((PERIPH) & 0xFB8880CC) == 0x00) && ((PERIPH) != 0x00)) argument
452 #define IS_RCC_APB2_RESET_PERIPH(PERIPH) ((((PERIPH) & 0xFB8886CC) == 0x00) && ((PERIPH) != 0x00)) argument
Dstm32f4xx_spi.h119 #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \ argument
126 #define IS_SPI_ALL_PERIPH_EXT(PERIPH) (((PERIPH) == SPI1) || \ argument
135 #define IS_SPI_23_PERIPH(PERIPH) (((PERIPH) == SPI2) || \ argument
138 #define IS_SPI_23_PERIPH_EXT(PERIPH) (((PERIPH) == SPI2) || \ argument
143 #define IS_I2S_EXT_PERIPH(PERIPH) (((PERIPH) == I2S2ext) || \ argument
Dstm32f4xx_tim.h175 #define IS_TIM_ALL_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
190 #define IS_TIM_LIST1_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
204 #define IS_TIM_LIST2_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
213 #define IS_TIM_LIST3_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
220 #define IS_TIM_LIST4_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
223 #define IS_TIM_LIST5_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
Dstm32f4xx_usart.h110 #define IS_USART_ALL_PERIPH(PERIPH) (((PERIPH) == USART1) || \ argument
119 #define IS_USART_1236_PERIPH(PERIPH) (((PERIPH) == USART1) || \ argument
Dstm32f4xx_sai.h156 #define IS_SAI_PERIPH(PERIPH) ((PERIPH) == SAI1) argument
158 #define IS_SAI_BLOCK_PERIPH(PERIPH) (((PERIPH) == SAI1_Block_A) || \ argument
Dstm32f4xx_i2c.h82 #define IS_I2C_ALL_PERIPH(PERIPH) (((PERIPH) == I2C1) || \ argument
Dstm32f4xx_gpio.h50 #define IS_GPIO_ALL_PERIPH(PERIPH) (((PERIPH) == GPIOA) || \ argument
Dstm32f4xx_adc.h108 #define IS_ADC_ALL_PERIPH(PERIPH) (((PERIPH) == ADC1) || \ argument
Dstm32f4xx_dma.h118 #define IS_DMA_ALL_PERIPH(PERIPH) (((PERIPH) == DMA1_Stream0) || \ argument
Dstm32f4xx_can.h50 #define IS_CAN_ALL_PERIPH(PERIPH) (((PERIPH) == CAN1) || \ argument
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_rcc_ex.h339 #define IS_RCC_PERIPHONECLOCK(PERIPH) \ argument