Collaboration diagram for Flag_Management:Functions | |
| __STATIC_INLINE uint32_t | ll_gpio_read_flag_it (gpio_regs_t *GPIOx, uint32_t pin_mask) |
| Read GPIO Interrupt Combination Flag for pins in the range of 0 to 15. More... | |
| __STATIC_INLINE uint32_t | ll_gpio_is_active_flag_it (gpio_regs_t *GPIOx, uint32_t pin_mask) |
| Indicates if the GPIO Interrupt Flag is set or not for pins in the range of 0 to 15. More... | |
| __STATIC_INLINE void | ll_gpio_clear_flag_it (gpio_regs_t *GPIOx, uint32_t pin_mask) |
| Clear Interrupt Status flag for pins in the range of 0 to 15. More... | |
| __STATIC_INLINE void ll_gpio_clear_flag_it | ( | gpio_regs_t * | GPIOx, |
| uint32_t | pin_mask | ||
| ) |
Clear Interrupt Status flag for pins in the range of 0 to 15.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTATUS | INTSTATUS | +-------------------—+--------------------------------—+ \endrst
| GPIOx | GPIO instance. |
| pin_mask | This parameter can be a combination of the following values: |
| None |
Definition at line 1451 of file gr55xx_ll_gpio.h.
| __STATIC_INLINE uint32_t ll_gpio_is_active_flag_it | ( | gpio_regs_t * | GPIOx, |
| uint32_t | pin_mask | ||
| ) |
Indicates if the GPIO Interrupt Flag is set or not for pins in the range of 0 to 15.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTATUS | INTSTATUS | +-------------------—+--------------------------------—+ \endrst
| GPIOx | GPIO instance. |
| pin_mask | This parameter can be a combination of the following values: |
| State | of bit (1 or 0). |
Definition at line 1412 of file gr55xx_ll_gpio.h.
| __STATIC_INLINE uint32_t ll_gpio_read_flag_it | ( | gpio_regs_t * | GPIOx, |
| uint32_t | pin_mask | ||
| ) |
Read GPIO Interrupt Combination Flag for pins in the range of 0 to 15.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTATUS | INTSTATUS | +-------------------—+--------------------------------—+ \endrst
| GPIOx | GPIO instance. |
| 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 1373 of file gr55xx_ll_gpio.h.