/Zephyr-Core-3.7.0/drivers/gpio/ |
D | gpio_pcal64xxa.c | 77 pcal64xxa_data_t masked; member 222 int_sources |= ((input_port ^ drv_data->input_port_last) & ~drv_data->triggers.masked); in pcal64xxa_process_input() 376 triggers.masked |= BIT(pin); in pcal64xxa_pin_interrupt_configure() 378 triggers.masked &= ~BIT(pin); in pcal64xxa_pin_interrupt_configure() 521 uint8_t input_latch = ~triggers->masked; in pcal6408a_triggers_apply() 522 uint8_t interrupt_mask = triggers->masked; in pcal6408a_triggers_apply() 690 pcal64xxa_data_t input_latch = ~triggers->masked; in pcal6416a_triggers_apply() 691 pcal64xxa_data_t interrupt_mask = triggers->masked; in pcal6416a_triggers_apply() 765 .masked = PCAL64XXA_INIT_HIGH, in pcal64xxa_init()
|
/Zephyr-Core-3.7.0/subsys/net/lib/websocket/ |
D | websocket_internal.h | 112 uint8_t masked : 1; member
|
D | websocket.c | 805 ctx->masked = (data & 0x80) != 0; in websocket_parse() 809 if (ctx->masked) { in websocket_parse() 830 if (ctx->masked) { in websocket_parse() 862 ctx->masked ? "" : "un", in websocket_parse() 863 ctx->masked ? ctx->masking_value : 0, ctx->message_type, in websocket_parse() 1052 if (ctx->masked) { in websocket_recv_msg()
|
/Zephyr-Core-3.7.0/subsys/zbus/ |
D | zbus.c | 485 const struct zbus_channel *chan, bool masked) in zbus_obs_set_chan_notification_mask() argument 505 if (observation_mask->enabled != masked) { in zbus_obs_set_chan_notification_mask() 506 observation_mask->enabled = masked; in zbus_obs_set_chan_notification_mask() 522 const struct zbus_channel *chan, bool *masked) in zbus_obs_is_chan_notification_masked() argument 542 *masked = observation_mask->enabled; in zbus_obs_is_chan_notification_masked()
|
/Zephyr-Core-3.7.0/drivers/interrupt_controller/ |
D | Kconfig.loapic | 24 interrupt that was to be dispensed has become masked (programmed 53 You don't need this if the RTEs are either all guaranteed to be masked
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | apic_tsc.c | 85 uint8_t masked : 1; member 301 lvt_reg.lvt.masked = 0; in sys_clock_driver_init()
|
/Zephyr-Core-3.7.0/tests/subsys/zbus/unittests/src/ |
D | main.c | 661 bool masked = false; in ZTEST() local 679 zassert_equal(-EFAULT, zbus_obs_is_chan_notification_masked(NULL, NULL, &masked), NULL); in ZTEST() 681 zassert_equal(-EFAULT, zbus_obs_is_chan_notification_masked(&fast_lis, NULL, &masked), in ZTEST() 684 zassert_equal(-EFAULT, zbus_obs_is_chan_notification_masked(NULL, &aux1_chan, &masked), in ZTEST() 688 zbus_obs_is_chan_notification_masked(¬_observing_sub, &aux1_chan, &masked), in ZTEST()
|
/Zephyr-Core-3.7.0/tests/arch/arm/arm_irq_advanced_features/ |
D | README.txt | 15 cannot be masked-out by irq_lock()).
|
/Zephyr-Core-3.7.0/include/zephyr/zbus/ |
D | zbus.h | 822 const struct zbus_channel *chan, bool masked); 837 const struct zbus_channel *chan, bool *masked);
|
/Zephyr-Core-3.7.0/doc/kernel/services/smp/ |
D | smp.rst | 144 masked at this point. This routine is responsible for calling 324 :c:func:`arch_switch` is always called with interrupts masked, and takes
|
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/ |
D | Kconfig | 319 the system for its own use. These interrupts will not be masked
|
/Zephyr-Core-3.7.0/doc/kernel/services/scheduling/ |
D | index.rst | 54 at any time unless interrupts have been masked. This applies to both
|
/Zephyr-Core-3.7.0/boards/native/doc/ |
D | arch_soc.rst | 427 Interrupts may be locked out or masked during this time, but the special
|
/Zephyr-Core-3.7.0/boards/native/native_sim/doc/ |
D | index.rst | 300 and provides interrupt priorities. Interrupts can be individually masked or
|
/Zephyr-Core-3.7.0/doc/hardware/arch/ |
D | arm_cortex_m.rst | 322 not be masked by interrupt locking. Zero-latency interrupt can be used to set up
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | hci.txt | 1213 The event is reported by default unless masked away by Set_Event_Mask command.
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-1.12.rst | 768 * :github:`8073` - Zero Latency IRQ masked by interrupt locking
|
D | release-notes-3.0.rst | 1079 * :github:`40974` - Xtensa High priority interrupts cannot be masked during initialization
|
D | release-notes-2.5.rst | 1578 * :github:`29070` - NXP LPC GPIO driver masked set does not use the mask
|
D | release-notes-2.6.rst | 1172 * :github:`35307` - ARM64 system calls are entered with interrupts masked
|
D | release-notes-1.14.rst | 2057 * :github:`10439` - Logger calls will execute functions even though the LOG_LEVEL is masked
|