Go to the source code of this file.
|
| #define | VSF_EXTI_GPIO_CFG_MULTI_CLASS VSF_GPIO_CFG_MULTI_CLASS |
| |
| #define | __describe_exti_gpio_op() |
| |
| #define | __describe_gpio_irq_distributor(__name, __gpio, __pin_count, ...) |
| |
| #define | describe_gpio_irq_distributor(__name, __gpio, ...) |
| |
| #define | __describe_exti_gpio(__name, __gpio, __pin_count, ...) |
| |
| #define | describe_exti_gpio(__name, __gpio, ...) |
| |
| #define | VSF_GPIO_CFG_DEC_PREFIX vsf_exti |
| |
| #define | VSF_GPIO_CFG_DEC_UPCASE_PREFIX vsf_exti |
| |
| #define | VSF_GPIO_CFG_DEC_EXTERN_OP ENABLED |
| |
◆ VSF_EXTI_GPIO_CFG_MULTI_CLASS
◆ __describe_exti_gpio_op
| #define __describe_exti_gpio_op |
( |
| ) |
|
◆ __describe_gpio_irq_distributor
| #define __describe_gpio_irq_distributor |
( |
| __name, |
|
|
| __gpio, |
|
|
| __pin_count, |
|
|
| ... ) |
Value: static vsf_gpio_irq_distributor_irq_t \
VSF_MCONNECT(
__name, _irqs)[__pin_count]; \
__VA_ARGS__ \
};
struct VSF_MCONNECT(VSF_DMA_CFG_IMP_PREFIX, _dma_channel_t)
Definition dma.c:57
@ vsf_arch_prio_invalid
Definition cortex_a_generic.h:90
#define __name
Definition hci_transport_aic8800.c:555
Definition exti_gpio.h:84
Definition vsf_template_gpio.h:942
◆ describe_gpio_irq_distributor
| #define describe_gpio_irq_distributor |
( |
| __name, |
|
|
| __gpio, |
|
|
| ... ) |
Value:
#define __describe_gpio_irq_distributor(__name, __gpio, __pin_count,...)
Definition exti_gpio.h:47
◆ __describe_exti_gpio
| #define __describe_exti_gpio |
( |
| __name, |
|
|
| __gpio, |
|
|
| __pin_count, |
|
|
| ... ) |
Value: static vsf_gpio_irq_distributor_irq_t \
VSF_MCONNECT(
__name, _distributor_irqs)[__pin_count]; \
__describe_exti_gpio_op() \
.distributor = { \
__VA_ARGS__ \
}, \
};
Definition exti_gpio.h:90
◆ describe_exti_gpio
| #define describe_exti_gpio |
( |
| __name, |
|
|
| __gpio, |
|
|
| ... ) |
Value:
#define __describe_exti_gpio(__name, __gpio, __pin_count,...)
Definition exti_gpio.h:60
◆ VSF_GPIO_CFG_DEC_PREFIX
| #define VSF_GPIO_CFG_DEC_PREFIX vsf_exti |
◆ VSF_GPIO_CFG_DEC_UPCASE_PREFIX
| #define VSF_GPIO_CFG_DEC_UPCASE_PREFIX vsf_exti |
◆ VSF_GPIO_CFG_DEC_EXTERN_OP
| #define VSF_GPIO_CFG_DEC_EXTERN_OP ENABLED |
◆ vsf_gpio_irq_distributor_irq_t
| typedef struct vsf_gpio_irq_distributor_irq_t vsf_gpio_irq_distributor_irq_t |
◆ vsf_gpio_irq_distributor_t
| typedef struct vsf_gpio_irq_distributor_t vsf_gpio_irq_distributor_t |
◆ vsf_exti_gpio_config_pin()
◆ vsf_gpio_irq_distributor_pin_config()
◆ vsf_exti_gpio_config_mode()
◆ vsf_exti_gpio_ctrl()