Home
last modified time | relevance | path

Searched defs:PIN (Results 1 – 11 of 11) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_pwr_ex.h312 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || ((PIN) == PWR_WAKEUP_PIN2)) argument
316 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || ((PIN) == PWR_WAKEUP_PIN2) || \ argument
319 #define IS_PWR_WAKEUP_PIN(PIN) ((PIN) == PWR_WAKEUP_PIN1) argument
Dstm32f4xx_hal_rtc_ex.h928 #define IS_RTC_TAMPER_PIN(PIN) ((PIN) == RTC_TAMPERPIN_DEFAULT) argument
930 #define IS_RTC_TAMPER_PIN(PIN) (((PIN) == RTC_TAMPERPIN_DEFAULT) || \ argument
935 #define IS_RTC_TIMESTAMP_PIN(PIN) ((PIN) == RTC_TIMESTAMPPIN_DEFAULT) argument
937 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT) || \ argument
Dstm32f4xx_hal_gpio.h283 #define IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)P… argument
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/toolchain/gr551x/source/
Dplatform_gr55xx.c66 static inline void HAL_EXFLASH_IO_PULL_SET(uint32_t PIN, uint32_t PULL) in HAL_EXFLASH_IO_PULL_SET()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h178 #define IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) argument
179 #define IS_GET_GPIO_PIN(PIN) (((PIN) == GPIO_Pin_0) || \ argument
Dstm32f4xx_rtc.h606 #define IS_RTC_TAMPER_PIN(PIN) (((PIN) == RTC_TamperPin_PC13) || \ argument
617 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TimeStampPin_PC13) || \ argument
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/
Dhpm_gpiom_regs.h14 __RW uint32_t PIN[32]; /* 0x0 - 0x7C: GPIO mananger */ member
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/
Dhpm_gpiom_regs.h14 __RW uint32_t PIN[32]; /* 0x0 - 0x7C: GPIO mananger */ member
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/iomux/
Dpinname.h24 #define PIN(type, idx) ((type << PIN_TYPE_SHIFT) | idx) macro
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
Dpinctrl-rockchip.c203 #define PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, FLAG) … argument
209 #define RK_MUXROUTE_SAME(ID, PIN, FUNC, REG, VAL) PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL,… argument
211 #define RK_MUXROUTE_GRF(ID, PIN, FUNC, REG, VAL) PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, … argument
213 #define RK_MUXROUTE_PMU(ID, PIN, FUNC, REG, VAL) PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, … argument
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_rtc_ex.h1474 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT)) argument