Home
last modified time | relevance | path

Searched refs:en (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_plic.c89 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in riscv_plic_irq_enable() local
92 en += (irq >> 5); in riscv_plic_irq_enable()
93 *en |= (1 << (irq & 31)); in riscv_plic_irq_enable()
110 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in riscv_plic_irq_disable() local
113 en += (irq >> 5); in riscv_plic_irq_disable()
114 *en &= ~(1 << (irq & 31)); in riscv_plic_irq_disable()
128 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in riscv_plic_irq_is_enabled() local
130 en += (irq >> 5); in riscv_plic_irq_is_enabled()
131 return !!(*en & (1 << (irq & 31))); in riscv_plic_irq_is_enabled()
228 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in plic_init() local
[all …]
Dintc_ite_it8xxx2.c116 volatile uint8_t *en; in ite_intc_irq_enable() local
123 en = reg_enable[g]; in ite_intc_irq_enable()
127 SET_MASK(*en, BIT(i)); in ite_intc_irq_enable()
134 volatile uint8_t *en; in ite_intc_irq_disable() local
142 en = reg_enable[g]; in ite_intc_irq_disable()
146 CLEAR_MASK(*en, BIT(i)); in ite_intc_irq_disable()
151 _ier = *en; in ite_intc_irq_disable()
182 volatile uint8_t *en; in ite_intc_irq_is_enable() local
189 en = reg_enable[g]; in ite_intc_irq_is_enable()
190 return IS_MASK_SET(*en, BIT(i)); in ite_intc_irq_is_enable()
/Zephyr-Core-3.5.0/dts/riscv/ite/
Dit81xx2.dtsi66 func3-en-mask = <0 0 0 0
70 func4-en-mask = <0 0 0 0
85 func3-en-mask = <0x01 0x02 0 0
89 func4-en-mask = <0 0 0 0
104 func3-en-mask = <0 0 0 0x10
108 func4-en-mask = <0 0 0 0
123 func3-en-mask = <0 0 0 0
127 func4-en-mask = <0 0 0 0
142 func3-en-mask = <0x01 0 0 0
146 func4-en-mask = <0x01 0 0 0
[all …]
Dit82xx2.dtsi449 func3-en-mask = <0 0 0 0
453 func4-en-mask = <0 0 0 0
468 func3-en-mask = <0x01 0x02 0x40 0
472 func4-en-mask = <0 0 0 0
487 func3-en-mask = <0 0 0 0x10
491 func4-en-mask = <0 0 0 0
506 func3-en-mask = <0 0 0 0
510 func4-en-mask = <0x80 0 0 0
525 func3-en-mask = <0x01 0x20 0x20 0
529 func4-en-mask = <0x01 0 0 0
[all …]
/Zephyr-Core-3.5.0/boards/shields/x_nucleo_eeprma2/doc/
Dindex.rst70 https://www.st.com/en/evaluation-tools/x-nucleo-eeprma2.html
73 …https://www.st.com/resource/en/user_manual/dm00671710-getting-started-with-the-xnucleoeeprma2-stan…
76 https://www.st.com/resource/en/datasheet/m24c02-f.pdf
79 https://www.st.com/resource/en/datasheet/m24256-df.pdf
82 https://www.st.com/resource/en/datasheet/m24m01-df.pdf
85 https://www.st.com/resource/en/datasheet/m95040-r.pdf
88 https://www.st.com/resource/en/datasheet/m95256-df.pdf
91 https://www.st.com/resource/en/datasheet/m95m04-dr.pdf
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
DKconfig.infineon15 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
22 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
29 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
36 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
43 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
67 https://www.murata.com/en-us/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type1lv
84 https://www.murata.com/en-us/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type1dx
116 https://www.murata.com/en-us/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type1yn
/Zephyr-Core-3.5.0/drivers/mbox/
Dmbox_andes_plic_sw.c134 uint32_t en, is_enabled_ch, hartid, cpu_id, irq; in mbox_andes_set_enabled() local
160 en = sys_read32(REG_ENABLE(dev, hartid, irq)); in mbox_andes_set_enabled()
165 en |= BIT(irq); in mbox_andes_set_enabled()
168 en &= ~BIT(irq); in mbox_andes_set_enabled()
171 sys_write32(en, REG_ENABLE(dev, hartid, irq)); in mbox_andes_set_enabled()
/Zephyr-Core-3.5.0/boards/shields/frdm_cr20a/doc/
Dindex.rst67 https://www.nxp.com/docs/en/user-guide/FRDMCR20AUG.pdf
70 https://www.nxp.com/downloads/en/schematics/FRDM-CR20A-SCH.pdf
76 https://www.nxp.com/docs/en/data-sheet/MCR20AVHM.pdf
79 https://www.nxp.com/docs/en/reference-manual/MCR20RM.pdf
/Zephyr-Core-3.5.0/drivers/sensor/iis3dhhc/
Diis3dhhc.c103 iis3dhhc_norm_mod_en_t en; in iis3dhhc_odr_set() local
107 en = IIS3DHHC_POWER_DOWN; in iis3dhhc_odr_set()
110 en = IIS3DHHC_1kHz1; in iis3dhhc_odr_set()
116 if (iis3dhhc_data_rate_set(data->ctx, en)) { in iis3dhhc_odr_set()
/Zephyr-Core-3.5.0/boards/shields/st_b_lcd40_dsi1_mb1166/doc/
Dindex.rst114 - `Product page <https://www.st.com/en/evaluation-tools/b-lcd40-dsi1.html>`_
116 - `Databrief <https://www.st.com/resource/en/data_brief/b-lcd40-dsi1.pdf>`_
118 - `User manual <https://www.st.com/resource/en/user_manual/um2104--4inch-wvga-tft-lcd-board-with-mi…
/Zephyr-Core-3.5.0/samples/subsys/usb_c/source/src/
Dmain.c101 int port1_policy_cb_src_en(const struct device *dev, bool en) in port1_policy_cb_src_en() argument
103 source_ctrl_set(en ? SOURCE_5V : SOURCE_0V); in port1_policy_cb_src_en()
111 int port1_policy_cb_vconn_en(const struct device *dev, enum tc_cc_polarity pol, bool en) in port1_policy_cb_vconn_en() argument
117 if (en == false) { in port1_policy_cb_vconn_en()
/Zephyr-Core-3.5.0/boards/shields/mikroe_adc_click/doc/
Dindex.rst44 https://www.microchip.com/wwwproducts/en/en010533
50 http://ww1.microchip.com/downloads/en/DeviceDoc/21298e.pdf
/Zephyr-Core-3.5.0/boards/arm/stm32h735g_disco/doc/
Dindex.rst131 https://www.st.com/en/evaluation-tools/stm32h735g-dk.html
134 https://www.st.com/en/microcontrollers-microprocessors/stm32h725-735.html
137 …https://www.st.com/resource/en/reference_manual/dm00603761-stm32h723733-stm32h725735-and-stm32h730…
140 https://www.st.com/resource/en/datasheet/stm32h735ag.pdf
143 https://www.st.com/en/development-tools/stm32cubeprog.html
/Zephyr-Core-3.5.0/boards/arm/nucleo_f303re/doc/
Dindex.rst150 https://www.st.com/en/evaluation-tools/nucleo-f303re.html
153 https://www.st.com/resource/en/user_manual/dm00105823.pdf
156 https://www.st.com/en/microcontrollers/stm32f303re.html
159 https://www.st.com/resource/en/reference_manual/dm00043574.pdf
162 https://www.st.com/resource/en/datasheet/stm32f303re.pdf
/Zephyr-Core-3.5.0/boards/arm/nucleo_f303k8/doc/
Dindex.rst147 https://www.st.com/en/evaluation-tools/nucleo-F303K8.html
150 …https://www.st.com/resource/en/user_manual/dm00231744-stm32-nucleo32-boards-mb1180-stmicroelectron…
153 https://www.st.com/en/microcontrollers/stm32F303K8.html
156 …https://www.st.com/resource/en/reference_manual/dm00043574-stm32f303xbcde-stm32f303x68-stm32f328x8…
159 https://www.st.com/resource/en/datasheet/stm32f303k8.pdf
/Zephyr-Core-3.5.0/samples/net/gsm_modem/boards/
Dfrdm_uart2_dts.overlay3 * see https://www.nxp.com/docs/en/data-sheet/K64P144M120SF5.pdf chapter 5.1,
/Zephyr-Core-3.5.0/boards/arm/stm32h7b3i_dk/doc/
Dindex.rst152 https://www.st.com/en/evaluation-tools/stm32h7b3i-dk.html
155 https://www.st.com/en/microcontrollers-microprocessors/stm32h7a3-7b3.html
158 …https://www.st.com/resource/en/reference_manual/rm0455-stm32h7a37b3-and-stm32h7b0-value-line-advan…
161 https://www.st.com/resource/en/datasheet/stm32h7b3ai.pdf
164 https://www.st.com/en/development-tools/stm32cubeprog.html
167 https://www.st.com/resource/en/schematic_pack/mb1332-h7b3i-c02_schematic.pdf
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dtraffic-class.rst9 `Traffic classification <https://en.wikipedia.org/wiki/Traffic_classification>`_
13 VLAN priority at `IEEE 802.1Q <https://en.wikipedia.org/wiki/IEEE_802.1Q>`_.
Dlldp.rst18 `LLDP Wikipedia article <https://en.wikipedia.org/wiki/Link_Layer_Discovery_Protocol>`_.
/Zephyr-Core-3.5.0/boards/arm/nucleo_f302r8/doc/
Dindex.rst156 https://www.st.com/en/evaluation-tools/nucleo-f302r8.html
159 https://www.st.com/resource/en/user_manual/dm00105823.pdf
162 https://www.st.com/en/microcontrollers/stm32f302r8.html
165 https://www.st.com/resource/en/reference_manual/dm00094349.pdf
168 https://www.st.com/resource/en/datasheet/stm32f302r8.pdf
/Zephyr-Core-3.5.0/boards/shields/ls0xx_generic/
Dls013b7dh03.overlay25 disp-en-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 */
/Zephyr-Core-3.5.0/boards/shields/frdm_stbc_agm01/doc/
Dindex.rst67 https://www.nxp.com/docs/en/supporting-information/FRDM-STBC-AGM01-QRC.pdf
70 https://www.nxp.com/downloads/en/schematics/FRDM-STBC-AGM01-SCH.pdf
/Zephyr-Core-3.5.0/boards/arm/stm32g0316_disco/doc/
Dindex.rst125 https://www.st.com/en/microcontrollers-microprocessors/stm32g031j6.html
128 https://www.st.com/resource/en/datasheet/stm32g031j6.pdf
131 https://www.st.com/resource/en/reference_manual/dm00371828.pdf
134 https://www.st.com/en/evaluation-tools/stm32g0316-disco.html
/Zephyr-Core-3.5.0/drivers/sensor/stts751/
Dstts751_trigger.c28 uint8_t en = (enable) ? 0 : 1; in stts751_enable_int() local
30 return stts751_pin_event_route_set(stts751->ctx, en); in stts751_enable_int()
/Zephyr-Core-3.5.0/boards/arm/degu_evk/doc/
Dindex.rst14 For more information, see the `Degu Project website <https://open-degu.com/en/>`__.

12345678910>>...16