Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/drivers/rtc/rtc_utils/src/
Dtest_rtc_utils.c25 uint16_t masks[] = {RTC_ALARM_TIME_MASK_SECOND, RTC_ALARM_TIME_MASK_MINUTE, in ZTEST() local
30 ARRAY_FOR_EACH(masks, j) in ZTEST()
32 bool ret = rtc_utils_validate_rtc_time(&alarm_time, masks[j]); in ZTEST()
/Zephyr-latest/boards/mediatek/mt8196/
Dmt8196_adsp.dts51 * masks. Note that this disallows configurations where a
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst54 * Far less likely triggers are missed due to long held interrupt masks from
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst725 :kconfig:option:`CONFIG_3RD_LEVEL_INTERRUPT_BITS` for the third level. These masks control the
726 length of the bit masks and shift to apply when generating interrupt values, when checking the
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst49 that not only masks interrupts locally, as done by :c:func:`irq_lock`, but
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst282 implemented.). By modifying BASEPRI (or BASEPRI_MAX) arch_irq_lock() masks all system and HW
/Zephyr-latest/kernel/
DKconfig126 k_thread_cpu_mask_*() APIs which control per-CPU affinity masks in