Home
last modified time | relevance | path

Searched refs:mask (Results 801 – 825 of 837) sorted by relevance

1...<<31323334

/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts111 interrupt-map-mask = <0xE 0x7 0xE 0x7>;
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt60 are represented as an 8 octet bit mask. For each feature a single bit is
97 The support for Fatal_Error event is mandatory. The default event mask after
278 | | Bit mask for each vendor command |
341 generated by a Controller. The event mask allows the Host to control which
344 The vendor specific Reset command shall reset this event mask back to its
/Zephyr-latest/dts/arm/ambiq/
Dambiq_apollo3p_blue.dtsi425 gpio-map-mask = <0xffffffe0 0xffffffc0>;
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h2524 #define sys_port_trace_gpio_port_set_masked_raw_enter(port, mask, value) argument
/Zephyr-latest/dts/xtensa/espressif/esp32/
Desp32_common.dtsi280 gpio-map-mask = <0xffffffe0 0xffffffc0>;
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_cavs25.dtsi96 adsp-clkctl-freq-mask = <0x10 0x20000000 0x80000000>;
Dintel_adsp_ace20_lnl.dtsi101 adsp-clkctl-freq-mask = <0x0 0x0>;
Dintel_adsp_ace15_mtpm.dtsi87 adsp-clkctl-freq-mask = <0x0 0x0>;
Dintel_adsp_ace30.dtsi101 adsp-clkctl-freq-mask = <0x0 0x0>;
Dintel_adsp_ace30_ptl.dtsi101 adsp-clkctl-freq-mask = <0x0 0x0>;
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c2557 const uint32_t mask = in dwc2_handle_incompisoin() local
2576 if ((diepctl & mask) == val) { in dwc2_handle_incompisoin()
2611 const uint32_t mask = in dwc2_handle_incompisoout() local
2631 if ((doepctl & mask) == val) { in dwc2_handle_incompisoout()
/Zephyr-latest/kernel/
DKconfig122 bool "CPU mask affinity/pinning API"
140 bool "CPU mask variant with single-CPU pinning only"
152 the CPU mask becomes an immutable thread attribute. It can
208 Used by portability layers to modify locally managed status mask.
/Zephyr-latest/drivers/can/
Dcan_mcan.c1073 .sfid2 = filter->mask, in can_mcan_add_rx_filter_std()
1124 .efid2 = filter->mask, in can_mcan_add_rx_filter_ext()
/Zephyr-latest/dts/xtensa/espressif/esp32s3/
Desp32s3_common.dtsi229 gpio-map-mask = <0xffffffe0 0xffffffc0>;
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py3021 mask = mask_prop.value
3022 if len(mask) != len(child_spec):
3026 return _and(child_spec, mask)
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3160 uint16_t mask) in bt_gatt_check_perm() argument
3162 if ((mask & BT_GATT_PERM_READ) && in bt_gatt_check_perm()
3167 if ((mask & BT_GATT_PERM_WRITE) && in bt_gatt_check_perm()
3176 mask &= attr->perm; in bt_gatt_check_perm()
3194 if (mask & in bt_gatt_check_perm()
3205 if (mask & BT_GATT_PERM_AUTHEN_MASK) { in bt_gatt_check_perm()
3211 if (mask & BT_GATT_PERM_LESC_MASK) { in bt_gatt_check_perm()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c371 struct in_addr *mask) in dhcpv4_encode_subnet_mask_option() argument
379 memcpy(&buf[2], mask->s4_addr, sizeof(struct in_addr)); in dhcpv4_encode_subnet_mask_option()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c172 #define JSON_BIT_CHECK(mask, x) (mask & x) argument
/Zephyr-latest/subsys/tracing/ctf/tsdl/
Dmetadata893 uint32_t mask;
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst116 involved in doing the per-CPU mask test requires that the list be
120 scheduler backends cannot be realized. CPU mask processing is
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst356 * The default subnet mask on newly added IPv4 addresses is now specified with
/Zephyr-latest/arch/riscv/
DKconfig283 Configures the mask for the HART ID.
/Zephyr-latest/subsys/tracing/sysview/
Dtracing_sysview.h756 #define sys_port_trace_gpio_port_set_masked_raw_enter(port, mask, value) argument
/Zephyr-latest/dts/arm/microchip/
Dmec172x_common.dtsi980 host-io-addr-mask = <0x01>;
/Zephyr-latest/doc/services/zbus/
Dindex.rst86 :alt: ZBus observation mask.
89 ZBus observation mask.

1...<<31323334