Searched refs:masked (Results 1 – 4 of 4) sorted by relevance
24 interrupt that was to be dispensed has become masked (programmed53 You don't need this if the RTEs are either all guaranteed to be masked
17 Each interrupt source able to enabled/masked individually.
78 pcal64xxa_data_t masked; member227 int_sources |= ((input_port ^ drv_data->input_port_last) & ~drv_data->triggers.masked); in pcal64xxa_process_input()382 triggers.masked |= BIT(pin); in pcal64xxa_pin_interrupt_configure()384 triggers.masked &= ~BIT(pin); in pcal64xxa_pin_interrupt_configure()564 uint8_t input_latch = ~triggers->masked; in pcal6408a_triggers_apply()565 uint8_t interrupt_mask = triggers->masked; in pcal6408a_triggers_apply()792 pcal64xxa_data_t input_latch = ~triggers->masked; in pcal6416a_triggers_apply()793 pcal64xxa_data_t interrupt_mask = triggers->masked; in pcal6416a_triggers_apply()943 .masked = PCAL64XXA_INIT_HIGH, in pcal64xxa_apply_initial_triggers()
85 uint8_t masked : 1; member301 lvt_reg.lvt.masked = 0; in sys_clock_driver_init()
Completed in 11 milliseconds