Searched refs:__IOPIN__ (Results 1 – 1 of 1) sorted by relevance
770 #define __HAL_RI_HYSTERIS_PORTA_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument771 CLEAR_BIT(RI->HYSCR1, (__IOPIN__)); \774 #define __HAL_RI_HYSTERIS_PORTA_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument775 SET_BIT(RI->HYSCR1, (__IOPIN__)); \788 #define __HAL_RI_HYSTERIS_PORTB_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument789 CLEAR_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \792 #define __HAL_RI_HYSTERIS_PORTB_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument793 SET_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \806 #define __HAL_RI_HYSTERIS_PORTC_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument807 CLEAR_BIT(RI->HYSCR2, (__IOPIN__)); \[all …]