Searched refs:__IOPIN__ (Results 1 – 1 of 1) sorted by relevance
762 #define __HAL_RI_HYSTERIS_PORTA_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument763 CLEAR_BIT(RI->HYSCR1, (__IOPIN__)); \766 #define __HAL_RI_HYSTERIS_PORTA_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument767 SET_BIT(RI->HYSCR1, (__IOPIN__)); \780 #define __HAL_RI_HYSTERIS_PORTB_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument781 CLEAR_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \784 #define __HAL_RI_HYSTERIS_PORTB_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument785 SET_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \798 #define __HAL_RI_HYSTERIS_PORTC_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument799 CLEAR_BIT(RI->HYSCR2, (__IOPIN__)); \[all …]