Home
last modified time | relevance | path

Searched defs:__INSTANCE__ (Results 1 – 22 of 22) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_sdmmc.h483 #define __SDMMC_ENABLE(__INSTANCE__) ((__INSTANCE__)->CLKCR |= SDMMC_CLKCR_CLKEN) argument
490 #define __SDMMC_DISABLE(__INSTANCE__) ((__INSTANCE__)->CLKCR &= ~SDMMC_CLKCR_CLKEN) argument
497 #define __SDMMC_DMA_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_DMAEN) argument
503 #define __SDMMC_DMA_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_DMAEN) argument
534 #define __SDMMC_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->MASK |= (__INTERRUPT__)) argument
596 #define __SDMMC_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->STA &(__FLAG__)) != RESET) argument
617 #define __SDMMC_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->ICR = (__FLAG__)) argument
667 #define __SDMMC_CLEAR_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->ICR = (__INTERRUPT__)) argument
702 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN) argument
709 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN) argument
[all …]
A Dstm32f7xx_ll_fmc.h336 #define IS_FMC_NORSRAM_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_NORSRAM_DEVICE) argument
344 #define IS_FMC_NORSRAM_EXTENDED_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_NORSRAM_EXTENDED_DEVICE) argument
352 #define IS_FMC_NAND_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_NAND_DEVICE) argument
360 #define IS_FMC_SDRAM_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_SDRAM_DEVICE) argument
1109 #define __FMC_NAND_ENABLE(__INSTANCE__) ((__INSTANCE__)->PCR |= FMC_PCR_PBKEN) argument
1116 #define __FMC_NAND_DISABLE(__INSTANCE__) ((__INSTANCE__)->PCR &= ~FMC_PCR_PBKEN) argument
1137 #define __FMC_NAND_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR |= (__INTERRUPT__)) argument
1149 #define __FMC_NAND_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR &= ~(__INTERRUPT__)) argument
1176 #define __FMC_NAND_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR &= ~(__FLAG__)) argument
1186 #define __FMC_SDRAM_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SDRTR |= (__INTERRUPT_… argument
[all …]
A Dstm32f7xx_ll_usb.h385 #define USB_MASK_INTERRUPT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->GINTMSK &= ~(__INTERRU… argument
386 #define USB_UNMASK_INTERRUPT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->GINTMSK |= (__INTERRUP… argument
A Dstm32f7xx_hal_gpio_ex.h269 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \ argument
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_wwdg.h109 #define LL_WWDG_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALU… argument
117 #define LL_WWDG_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_iwdg.h128 #define LL_IWDG_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALU… argument
136 #define LL_IWDG_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_crc.h141 #define LL_CRC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
149 #define LL_CRC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_comp.h304 #define LL_COMP_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALU… argument
312 #define LL_COMP_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_crs.h184 #define LL_CRS_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
192 #define LL_CRS_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_gpio.h228 #define LL_GPIO_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALU… argument
236 #define LL_GPIO_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_spi.h343 #define LL_SPI_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
351 #define LL_SPI_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
1610 #define LL_I2S_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
1618 #define LL_I2S_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_dac.h385 #define LL_DAC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
393 #define LL_DAC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_hal_comp.h568 #define COMP_GET_EXTI_LINE(__INSTANCE__) (((__INSTANCE__) == COMP1) ? COMP_EXTI_LINE_CO… argument
A Dstm32f0xx_ll_dma.h411 #define LL_DMA_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
419 #define LL_DMA_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_i2c.h353 #define LL_I2C_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
361 #define LL_I2C_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_adc.h684 #define LL_ADC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
692 #define LL_ADC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_rtc.h593 #define LL_RTC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
601 #define LL_RTC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_usart.h514 #define LL_USART_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VAL… argument
522 #define LL_USART_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
A Dstm32f0xx_ll_tim.h927 #define LL_TIM_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… argument
935 #define LL_TIM_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) argument
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f756xx.h9286 #define IS_TIM_COMBINED3PHASEPWM_INSTANCE(__INSTANCE__) \ argument
9291 #define IS_TIM_OCXREF_CLEAR_INSTANCE(__INSTANCE__)\ argument
9299 #define IS_TIM_CLOCKSOURCE_TIX_INSTANCE(__INSTANCE__)\ argument
9308 #define IS_TIM_CLOCKSOURCE_ITRX_INSTANCE(__INSTANCE__)\ argument
9316 #define IS_TIM_CC5_INSTANCE(__INSTANCE__)\ argument
9321 #define IS_TIM_CC6_INSTANCE(__INSTANCE__)\ argument
9331 #define IS_TIM_BREAK_INSTANCE(__INSTANCE__)\ argument
9417 #define IS_TIM_CCX_INSTANCE(__INSTANCE__, __CHANNEL__) \ argument
9475 #define IS_TIM_CCXN_INSTANCE(__INSTANCE__, __CHANNEL__) \ argument
9487 #define IS_TIM_TRGO2_INSTANCE(__INSTANCE__)\ argument
[all …]
A Dstm32f746xx.h9099 #define IS_TIM_COMBINED3PHASEPWM_INSTANCE(__INSTANCE__) \ argument
9104 #define IS_TIM_OCXREF_CLEAR_INSTANCE(__INSTANCE__)\ argument
9112 #define IS_TIM_CLOCKSOURCE_TIX_INSTANCE(__INSTANCE__)\ argument
9121 #define IS_TIM_CLOCKSOURCE_ITRX_INSTANCE(__INSTANCE__)\ argument
9129 #define IS_TIM_CC5_INSTANCE(__INSTANCE__)\ argument
9134 #define IS_TIM_CC6_INSTANCE(__INSTANCE__)\ argument
9144 #define IS_TIM_BREAK_INSTANCE(__INSTANCE__)\ argument
9230 #define IS_TIM_CCX_INSTANCE(__INSTANCE__, __CHANNEL__) \ argument
9288 #define IS_TIM_CCXN_INSTANCE(__INSTANCE__, __CHANNEL__) \ argument
9300 #define IS_TIM_TRGO2_INSTANCE(__INSTANCE__)\ argument
[all …]
A Dstm32f745xx.h8889 #define IS_TIM_COMBINED3PHASEPWM_INSTANCE(__INSTANCE__) \ argument
8894 #define IS_TIM_OCXREF_CLEAR_INSTANCE(__INSTANCE__)\ argument
8902 #define IS_TIM_CLOCKSOURCE_TIX_INSTANCE(__INSTANCE__)\ argument
8911 #define IS_TIM_CLOCKSOURCE_ITRX_INSTANCE(__INSTANCE__)\ argument
8919 #define IS_TIM_CC5_INSTANCE(__INSTANCE__)\ argument
8924 #define IS_TIM_CC6_INSTANCE(__INSTANCE__)\ argument
8934 #define IS_TIM_BREAK_INSTANCE(__INSTANCE__)\ argument
9020 #define IS_TIM_CCX_INSTANCE(__INSTANCE__, __CHANNEL__) \ argument
9078 #define IS_TIM_CCXN_INSTANCE(__INSTANCE__, __CHANNEL__) \ argument
9090 #define IS_TIM_TRGO2_INSTANCE(__INSTANCE__)\ argument
[all …]

Completed in 219 milliseconds