Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal.h770 #define __HAL_RI_HYSTERIS_PORTA_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
771 CLEAR_BIT(RI->HYSCR1, (__IOPIN__)); \
774 #define __HAL_RI_HYSTERIS_PORTA_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
775 SET_BIT(RI->HYSCR1, (__IOPIN__)); \
788 #define __HAL_RI_HYSTERIS_PORTB_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
789 CLEAR_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \
792 #define __HAL_RI_HYSTERIS_PORTB_OFF(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
793 SET_BIT(RI->HYSCR1, (__IOPIN__) << 16 ); \
806 #define __HAL_RI_HYSTERIS_PORTC_ON(__IOPIN__) do {assert_param(IS_RI_PIN(__IOPIN__)); \ argument
807 CLEAR_BIT(RI->HYSCR2, (__IOPIN__)); \
[all …]