Home
last modified time | relevance | path

Searched refs:IS_GPIO_AF (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h156 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
272 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
393 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
523 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
663 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
807 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio_ex.h302 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_EVENTOUT) || ((__AF__) == GPIO_AF1_LCD) || \ macro
605 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_EVENTOUT) || ((__AF__) == GPIO_AF6_TIM21) || \ macro
912 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_EVENTOUT) || ((__AF__) == GPIO_AF7_LPUART1) || \ macro
1162 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_SPI1) || ((__AF__) == GPIO_AF2_SPI2) || \ macro
1406 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_SPI1) || ((__AF__) == GPIO_AF2_SPI2) |… macro
1641 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_SPI1) || ((__AF__) == GPIO_AF2_SPI2) || \ macro
1848 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_EVENTOUT ) || \ macro
2052 #define IS_GPIO_AF(__AF__) (((__AF__) == GPIO_AF0_EVENTOUT ) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio_ex.h167 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_gpio.c220 assert_param(IS_GPIO_AF(GPIO_Init->Alternate)); in HAL_GPIO_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c214 assert_param(IS_GPIO_AF(GPIO_Init->Alternate)); in HAL_GPIO_Init()