Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal.h762 #define __HAL_RI_HYSTERIS_PORTA_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
763 CLEAR_BIT(RI->HYSCR1, (__IOPIN__)); \
766 #define __HAL_RI_HYSTERIS_PORTA_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
767 SET_BIT(RI->HYSCR1, (__IOPIN__)); \
780 #define __HAL_RI_HYSTERIS_PORTB_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
781 CLEAR_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \
784 #define __HAL_RI_HYSTERIS_PORTB_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
785 SET_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \
798 #define __HAL_RI_HYSTERIS_PORTC_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
799 CLEAR_BIT(RI->HYSCR2, (__IOPIN__)); \
[all …]