Macros | |
| #define | __HAL_MSIO_IT_GET_IT(__MSIOX__, __MSIO_PIN__) ll_msio_read_flag_it(__MSIOX__, __MSIO_PIN__) |
| Check whether the specified MSIO pin is asserted or not. More... | |
| #define | __HAL_MSIO_IT_CLEAR_IT(__MSIOX__, __MSIO_PIN__) ll_msio_clear_flag_it(__MSIOX__, __MSIO_PIN__) |
| Clear the MSIO pin pending bits. More... | |
| #define __HAL_MSIO_IT_CLEAR_IT | ( | __MSIOX__, | |
| __MSIO_PIN__ | |||
| ) | ll_msio_clear_flag_it(__MSIOX__, __MSIO_PIN__) |
Clear the MSIO pin pending bits.
| __MSIOX__ | MSIOX: Must select the MSIOB port |
| __MSIO_PIN__ | Specifies the MSIO pins to clear. This parameter can be any combination of MSIO_PIN_x where x can be (0..7) |
| None |
Definition at line 255 of file gr55xx_hal_msio.h.
| #define __HAL_MSIO_IT_GET_IT | ( | __MSIOX__, | |
| __MSIO_PIN__ | |||
| ) | ll_msio_read_flag_it(__MSIOX__, __MSIO_PIN__) |
Check whether the specified MSIO pin is asserted or not.
| __MSIOX__ | MSIOX: Must select the MSIOB port |
| __MSIO_PIN__ | Specifies the MSIO pin to check. This parameter can be MSIO_PIN_x where x can be (0..7) |
| The | new state of __MSIO_PIN__ (SET or RESET). |
Definition at line 246 of file gr55xx_hal_msio.h.