Collaboration diagram for MSIO Exported Macros: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.
| <strong>MSIOX</strong> | MSIOX: Must select the MSIOA port |
| <strong>MSIO_PIN</strong> | 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 216 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.
| <strong>MSIOX</strong> | MSIOX: Must select the MSIOA port |
| <strong>MSIO_PIN</strong> | 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 207 of file gr55xx_hal_msio.h.