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...
 

Detailed Description

Macro Definition Documentation

◆ __HAL_MSIO_IT_CLEAR_IT

#define __HAL_MSIO_IT_CLEAR_IT (   __MSIOX__,
  __MSIO_PIN__ 
)    ll_msio_clear_flag_it(__MSIOX__, __MSIO_PIN__)

Clear the MSIO pin pending bits.

Parameters
__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)
Return values
None

Definition at line 234 of file hal_msio.h.

◆ __HAL_MSIO_IT_GET_IT

#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.

Parameters
__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)
Return values
Thenew state of __MSIO_PIN__ (SET or RESET).

Definition at line 225 of file hal_msio.h.