Home
last modified time | relevance | path

Searched refs:mask (Results 376 – 400 of 837) sorted by relevance

1...<<11121314151617181920>>...34

/Zephyr-latest/boards/st/nucleo_l073rz/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l412rb_p/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l433rc_p/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l452re/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l476rg/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l496zg/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l4a6zg/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_l4r5zi/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_u575zi_q/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_wb55rg/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_wl55jc/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/stm32f413h_disco/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/disco_l475_iot1/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_c071rb/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_f070rb/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/st/nucleo_f303re/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/adafruit/kb2040/
Dsparkfun_pro_micro_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/adi/sdp_k1/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/arduino/giga_r1/
Darduino_r3_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/actinius/icarus/
Dfeather_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/boards/blues/swan_r5/
Dfeather_connector.dtsi11 gpio-map-mask = <0xffffffff 0xffffffc0>;
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst170 Actual key mask configuration
174 populated can be specified using the ``actual-key-mask`` property. This allows
192 actual-key-mask = <0x07 0x05 0x07>;
198 The actual key mask can be changed at runtime by enabling
240 changes, and once disabled it prints an or-mask of any key that has been
241 detected, which can be used to set the ``actual-key-mask`` property.
262 [00:01:47.967,651] <inf> input: kbd-matrix key-mask [07 05 07 --] (8)
/Zephyr-latest/drivers/regulator/
Dregulator_da1469x.c286 uint32_t mask; in regulator_da1469x_set_voltage() local
307 mask = config->desc->voltage_idx_mask; in regulator_da1469x_set_voltage()
312 if (mask) { in regulator_da1469x_set_voltage()
313 CRG_TOP->POWER_CTRL_REG = (CRG_TOP->POWER_CTRL_REG & ~mask) | in regulator_da1469x_set_voltage()
314 FIELD_PREP(mask, idx); in regulator_da1469x_set_voltage()

1...<<11121314151617181920>>...34