Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_pcal64xxa.c65 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/
Dzbus.c328 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/
Dwebsocket_internal.h112 uint8_t masked : 1; member
Dwebsocket.c774 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/
Dapic_tsc.c21 uint8_t masked : 1; member
186 lvt_reg.lvt.masked = 0; in sys_clock_driver_init()
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
DKconfig.loapic24 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/
Dmain.c649 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(&not_observing_sub, &aux1_chan, &masked), in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/zbus/
Dzbus.h726 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/
DREADME.txt15 cannot be masked-out by irq_lock()).
/Zephyr-Core-3.5.0/doc/kernel/services/smp/
Dsmp.rst144 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/
DKconfig297 the system for its own use. These interrupts will not be masked
/Zephyr-Core-3.5.0/doc/kernel/services/scheduling/
Dindex.rst54 at any time unless interrupts have been masked. This applies to both
/Zephyr-Core-3.5.0/boards/posix/doc/
Darch_soc.rst407 Interrupts may be locked out or masked during this time, but the special
/Zephyr-Core-3.5.0/boards/posix/native_posix/doc/
Dindex.rst260 and provides interrupt priorities. Interrupts can be individually masked or
/Zephyr-Core-3.5.0/doc/hardware/arch/
Darm_cortex_m.rst322 not be masked by interrupt locking. Zero-latency interrupt can be used to set up
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/
Dhci.txt1213 The event is reported by default unless masked away by Set_Event_Mask command.
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.12.rst768 * :github:`8073` - Zero Latency IRQ masked by interrupt locking
Drelease-notes-3.0.rst1079 * :github:`40974` - Xtensa High priority interrupts cannot be masked during initialization
Drelease-notes-2.5.rst1578 * :github:`29070` - NXP LPC GPIO driver masked set does not use the mask
Drelease-notes-2.6.rst1172 * :github:`35307` - ARM64 system calls are entered with interrupts masked
Drelease-notes-1.14.rst2057 * :github:`10439` - Logger calls will execute functions even though the LOG_LEVEL is masked