Functions | |
__STATIC_INLINE uint32_t | ll_aon_gpio_read_flag_it (uint32_t pin_mask) |
Read AON_GPIO Interrupt Combination Flag of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_active_flag_it (uint32_t pin_mask) |
Indicate if the AON_GPIO Interrupt Flag is set or not of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_clear_flag_it (uint32_t pin_mask) |
Clear Interrupt Status flag of specified AON_GPIO pins. More... | |
__STATIC_INLINE void ll_aon_gpio_clear_flag_it | ( | uint32_t | pin_mask | ) |
Clear Interrupt Status flag of specified AON_GPIO pins.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTATUS | INTSTATUS | +-------------------—+--------------------------------—+ \endrst
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1182 of file gr55xx_ll_aon_gpio.h.
__STATIC_INLINE uint32_t ll_aon_gpio_is_active_flag_it | ( | uint32_t | pin_mask | ) |
Indicate if the AON_GPIO Interrupt Flag is set or not of specified AON_GPIO pins.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTATUS | INTSTATUS | +-------------------—+--------------------------------—+ \endrst
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0). |
Definition at line 1152 of file gr55xx_ll_aon_gpio.h.
__STATIC_INLINE uint32_t ll_aon_gpio_read_flag_it | ( | uint32_t | pin_mask | ) |
Read AON_GPIO Interrupt Combination Flag of specified AON_GPIO pins.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTATUS | INTSTATUS | +-------------------—+--------------------------------—+ \endrst
pin_mask | This parameter can be a combination of the following values: |
Interrupt | flag whose bits were set when the selected trigger event arrives on the interrupt |
Definition at line 1119 of file gr55xx_ll_aon_gpio.h.
References LL_AON_GPIO_PIN_ALL.