/Zephyr-Core-3.5.0/drivers/gpio/ |
D | gpio_pcal64xxa.c | 65 uint16_t masked; member 209 int_sources |= ((input_port ^ drv_data->input_port_last) & ~drv_data->triggers.masked); in pcal64xxa_process_input() 362 triggers.masked |= BIT(pin); in pcal64xxa_pin_interrupt_configure() 364 triggers.masked &= ~BIT(pin); in pcal64xxa_pin_interrupt_configure() 507 uint8_t input_latch = ~triggers->masked; in pcal6408a_triggers_apply() 508 uint8_t interrupt_mask = triggers->masked; in pcal6408a_triggers_apply() 676 uint16_t input_latch = ~triggers->masked; in pcal6416a_triggers_apply() 677 uint16_t interrupt_mask = triggers->masked; in pcal6416a_triggers_apply() 751 .masked = 0xFFFF, in pcal64xxa_init()
|
/Zephyr-Core-3.5.0/subsys/zbus/ |
D | zbus.c | 328 const struct zbus_channel *chan, bool masked) in zbus_obs_set_chan_notification_mask() argument 344 observation_mask->enabled = masked; in zbus_obs_set_chan_notification_mask() 352 const struct zbus_channel *chan, bool *masked) in zbus_obs_is_chan_notification_masked() argument 368 *masked = observation_mask->enabled; in zbus_obs_is_chan_notification_masked()
|
/Zephyr-Core-3.5.0/subsys/net/lib/websocket/ |
D | websocket_internal.h | 112 uint8_t masked : 1; member
|
D | websocket.c | 774 ctx->masked = (data & 0x80) != 0; in websocket_parse() 778 if (ctx->masked) { in websocket_parse() 799 if (ctx->masked) { in websocket_parse() 831 ctx->masked ? "" : "un", in websocket_parse() 832 ctx->masked ? ctx->masking_value : 0, ctx->message_type, in websocket_parse() 1021 if (ctx->masked) { in websocket_recv_msg()
|
/Zephyr-Core-3.5.0/drivers/timer/ |
D | apic_tsc.c | 21 uint8_t masked : 1; member 186 lvt_reg.lvt.masked = 0; in sys_clock_driver_init()
|
/Zephyr-Core-3.5.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.5.0/tests/subsys/zbus/unittests/src/ |
D | main.c | 649 bool masked = false; in ZTEST() local 667 zassert_equal(-EFAULT, zbus_obs_is_chan_notification_masked(NULL, NULL, &masked), NULL); in ZTEST() 669 zassert_equal(-EFAULT, zbus_obs_is_chan_notification_masked(&fast_lis, NULL, &masked), in ZTEST() 672 zassert_equal(-EFAULT, zbus_obs_is_chan_notification_masked(NULL, &aux1_chan, &masked), in ZTEST() 676 zbus_obs_is_chan_notification_masked(¬_observing_sub, &aux1_chan, &masked), in ZTEST()
|
/Zephyr-Core-3.5.0/include/zephyr/zbus/ |
D | zbus.h | 726 const struct zbus_channel *chan, bool masked); 741 const struct zbus_channel *chan, bool *masked);
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_irq_advanced_features/ |
D | README.txt | 15 cannot be masked-out by irq_lock()).
|
/Zephyr-Core-3.5.0/doc/kernel/services/smp/ |
D | smp.rst | 144 masked at this point. This routine is responsible for calling 281 :c:func:`arch_switch` is always called with interrupts masked, and takes
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | Kconfig | 297 the system for its own use. These interrupts will not be masked
|
/Zephyr-Core-3.5.0/doc/kernel/services/scheduling/ |
D | index.rst | 54 at any time unless interrupts have been masked. This applies to both
|
/Zephyr-Core-3.5.0/boards/posix/doc/ |
D | arch_soc.rst | 407 Interrupts may be locked out or masked during this time, but the special
|
/Zephyr-Core-3.5.0/boards/posix/native_posix/doc/ |
D | index.rst | 260 and provides interrupt priorities. Interrupts can be individually masked or
|
/Zephyr-Core-3.5.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.5.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.5.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
|