Home
last modified time | relevance | path

Searched full:bitmask (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config_reserved_resources.h10 /** @brief Bitmask that defines GPIOTE130 channels reserved for use outside
17 /** @brief Bitmask that defines GPIOTE131 channels reserved for use outside
24 /** @brief Bitmask that defines EGU instances that are reserved for use outside
29 /** @brief Bitmask that defines TIMER instances that are reserved for use outside
455 /** @brief Bitmask that defines DPPI channels that are reserved for use outside
462 /** @brief Bitmask that defines DPPI groups that are reserved for use outside
469 /** @brief Bitmask that defines DPPI channels that are reserved for use outside
476 /** @brief Bitmask that defines DPPI groups that are reserved for use outside
483 /** @brief Bitmask that defines DPPI channels that are reserved for use outside
490 /** @brief Bitmask that defines DPPI groups that are reserved for use outside
[all …]
/Zephyr-latest/dts/bindings/arm/
Dnordic,nrf-tddconf.yaml17 Bitmask of enabled sources for the ETB sink. Valid values can be found in
23 Bitmask of enabled sources for the TPIU sink. Valid values can be found in
29 Bitmask of enabled sources for the ETR sink. Valid values can be found in
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_utils.h29 * @brief Makes a bitmask of allowed GPIOs from the @p "gpio-reserved-ranges"
33 * @return the bitmask of allowed gpios
40 * @brief Make a bitmask of allowed GPIOs from a DT_DRV_COMPAT instance's GPIO
44 * @return the bitmask of allowed gpios
/Zephyr-latest/dts/bindings/mbox/
Dnordic,nrf-bellboard-rx.yaml39 Set of interrupt mapping pairs. Each pair consists of a bitmask and an
40 interrupt identifier. The bitmask is used to indicate which of the 32
/Zephyr-latest/subsys/usb/device/class/audio/
Dusb_audio_internal.h80 #define IF_USB_AUDIO_PROP_HP(i, prop, bitmask) \ argument
81 COND_CODE_1(DT_PROP(DT_INST(i, COMPAT_HP), prop), (bitmask), (0))
82 #define IF_USB_AUDIO_PROP_MIC(i, prop, bitmask) \ argument
83 COND_CODE_1(DT_PROP(DT_INST(i, COMPAT_MIC), prop), (bitmask), (0))
84 #define IF_USB_AUDIO_PROP_HS_HP(i, prop, bitmask) \ argument
85 COND_CODE_1(DT_PROP(DT_INST(i, COMPAT_HS), hp_##prop), (bitmask), (0))
86 #define IF_USB_AUDIO_PROP_HS_MIC(i, prop, bitmask) \ argument
87 COND_CODE_1(DT_PROP(DT_INST(i, COMPAT_HS), mic_##prop), (bitmask), (0))
88 #define IF_USB_AUDIO_PROP(dev, i, prop, bitmask) \ argument
89 IF_USB_AUDIO_PROP_##dev(i, prop, bitmask)
[all …]
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_mcux_rcm.c16 * Translate bitmask from MCUX RCM reset source bitmask to Zephyr
17 * hwinfo reset source bitmask.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt.h55 /* Bitmask values used by the os info command handler. Note that the width of this variable is
78 /* Bitmask of values specifying which outputs should be present */
90 /* The format bitmask from the processed commands, the bits should be cleared once
/Zephyr-latest/kernel/include/
Dpriority_q.h142 if (!pq->bitmask[i]) { in z_priq_mq_best()
147 sys_dlist_t *l = &pq->queues[i * 64 + u64_count_trailing_zeros(pq->bitmask[i])]; in z_priq_mq_best()
149 sys_dlist_t *l = &pq->queues[i * 32 + u32_count_trailing_zeros(pq->bitmask[i])]; in z_priq_mq_best()
195 pq->bitmask[pos.idx] |= BIT(pos.bit); in z_priq_mq_add()
205 pq->bitmask[pos.idx] &= ~BIT(pos.bit); in z_priq_mq_remove()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_spi.h34 * @param mask bitmask defining which bits of the register to update
35 * @param data new value to update register with, respecting the bitmask
/Zephyr-latest/tests/drivers/rtc/rtc_api/
DKconfig13 Set the RTC_ALARM_TIME_MASK_ bitmask to use when setting
/Zephyr-latest/arch/arm64/core/
Delf.c303 uint32_t bitmask = AARCH64_MASK_IMM12; in imm_reloc_handler() local
338 bitmask = AARCH64_MASK_IMM19; in imm_reloc_handler()
352 bitmask = AARCH64_MASK_IMM14; in imm_reloc_handler()
368 bitmask = AARCH64_MASK_IMM26; in imm_reloc_handler()
392 bitmask = ((AARCH64_MASK_ADR_IMMLO << AARCH64_SHIFT_ADR_IMMLO) | in imm_reloc_handler()
396 opcode &= ~(bitmask << shift); in imm_reloc_handler()
397 opcode |= (imm & bitmask) << shift; in imm_reloc_handler()
/Zephyr-latest/dts/bindings/espi/
Dnuvoton,npcx-espi-vw-conf.yaml17 description: vw signal's register index and vw bitmask.
Dmicrochip,xec-espi-vw-routing.yaml18 description: vw signal's register index and vw bitmask.
/Zephyr-latest/dts/bindings/crypto/
Dnordic,nrf-ccm.yaml28 set the PDU header bitmask used to derive the additional authentication
/Zephyr-latest/include/zephyr/drivers/misc/grove_lcd/
Dgrove_lcd.h66 * @param opt An 8bit bitmask of GLCD_DS_* options.
92 * @param opt A bitmask of GLCD_IS_* options
117 * @param opt A bitmask of GLCD_FS_* options
/Zephyr-latest/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml15 short connections. Use bitmask to select the workaround or more
/Zephyr-latest/dts/bindings/dma/
Ddma-controller.yaml19 Bitmask of available DMA channels in ascending order that are
/Zephyr-latest/dts/bindings/base/
Dzephyr,memory-common.yaml32 Attribute or set of attributes (bitmask) for the memory region. See
/Zephyr-latest/drivers/espi/
Despi_npcx.c136 uint8_t bitmask; /* VW signal bits-mask */ member
144 uint8_t bitmask; /* VW signal bits-mask */ member
520 valid |= config_out->bitmask; in espi_vw_config_output()
542 valid |= config_out->bitmask; in espi_vw_gpio_config_output()
548 val |= config_out->bitmask; in espi_vw_gpio_config_output()
550 val &= ~config_out->bitmask; in espi_vw_gpio_config_output()
799 uint8_t reg_idx, bitmask, sig_idx, val = 0, vw_tbl_size; in espi_npcx_send_vwire() local
833 bitmask = vw_tbl[sig_idx].bitmask; in espi_npcx_send_vwire()
843 val |= bitmask; in espi_npcx_send_vwire()
845 val &= ~bitmask; in espi_npcx_send_vwire()
[all …]
/Zephyr-latest/dts/bindings/input/
Dite,it8xxx2-kbd.yaml42 Bitmask of KSO signals to ignore, this can be used to instruct the driver
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dcavs-idc.h58 * register block, which store a bitmask of cores that it is allowed
75 uint8_t busy_int; /* bitmask of cores that can IDC via ITC */
76 uint8_t done_int; /* bitmask of cores that can IDC via TFC */
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintc_eirq_nxp_s32.h75 * @return A bitmask containing pending pending interrupts
Dintc_wkpu_nxp_s32.h74 * @return A bitmask containing pending interrupts
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dpacs.h125 * @return Bitmask of available contexts.
157 * @return Bitmask of available contexts.
/Zephyr-latest/include/zephyr/drivers/
Dgpio.h443 * Auxiliary conditional macro that generates a bitmask for the range
449 * @param off_idx logical index of bitmask offset value into "prop" array
450 * @param sz_idx logical index of bitmask size value into "prop" array
462 * A helper conditional macro returning generated bitmask for one element
481 * @brief Makes a bitmask of reserved GPIOs from DT @p "gpio-reserved-ranges"
484 * This macro returns the value as a bitmask of the @p "gpio-reserved-ranges"
565 * @return the bitmask of reserved gpios
578 * @brief Makes a bitmask of reserved GPIOs from the @p "gpio-reserved-ranges"
582 * @return the bitmask of reserved gpios
588 * @brief Makes a bitmask of reserved GPIOs from a DT_DRV_COMPAT instance's
[all …]

12345