/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_plic.c | 52 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in riscv_plic_irq_enable() local 55 en += (irq >> 5); in riscv_plic_irq_enable() 56 *en |= (1 << (irq & 31)); in riscv_plic_irq_enable() 75 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in riscv_plic_irq_disable() local 78 en += (irq >> 5); in riscv_plic_irq_disable() 79 *en &= ~(1 << (irq & 31)); in riscv_plic_irq_disable() 94 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in riscv_plic_irq_is_enabled() local 96 en += (irq >> 5); in riscv_plic_irq_is_enabled() 97 return !!(*en & (1 << (irq & 31))); in riscv_plic_irq_is_enabled() 185 volatile uint32_t *en = (volatile uint32_t *)PLIC_IRQ_EN; in plic_init() local [all …]
|
D | intc_ite_it8xxx2.c | 120 volatile uint8_t *en; in ite_intc_irq_enable() local 127 en = reg_enable[g]; in ite_intc_irq_enable() 131 SET_MASK(*en, BIT(i)); in ite_intc_irq_enable() 138 volatile uint8_t *en; in ite_intc_irq_disable() local 145 en = reg_enable[g]; in ite_intc_irq_disable() 149 CLEAR_MASK(*en, BIT(i)); in ite_intc_irq_disable() 181 volatile uint8_t *en; in ite_intc_irq_is_enable() local 188 en = reg_enable[g]; in ite_intc_irq_is_enable() 189 return IS_MASK_SET(*en, BIT(i)); in ite_intc_irq_is_enable()
|
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 71 https://www.st.com/en/evaluation-tools/x-nucleo-eeprma2.html 74 …https://www.st.com/resource/en/user_manual/dm00671710-getting-started-with-the-xnucleoeeprma2-stan… 77 https://www.st.com/resource/en/datasheet/m24c02-f.pdf 80 https://www.st.com/resource/en/datasheet/m24256-df.pdf 83 https://www.st.com/resource/en/datasheet/m24m01-df.pdf 86 https://www.st.com/resource/en/datasheet/m95040-r.pdf 89 https://www.st.com/resource/en/datasheet/m95256-df.pdf 92 https://www.st.com/resource/en/datasheet/m95m04-dr.pdf
|
/Zephyr-Core-2.7.6/doc/guides/platformio/ |
D | index.rst | 24 found in `the official PlatformIO documentation <https://docs.platformio.org/en/latest/what-is-plat… 32 * `PlatformIO Core (CLI) <https://docs.platformio.org/en/latest/core/index.html?utm_source=docs.zep… 41 …formIO configuration guide for Zephyr project <https://docs.platformio.org/en/latest/frameworks/ze… 47 …<https://docs.platformio.org/en/latest/tutorials/nordicnrf52/zephyr_debugging_unit_testing_inspect… 54 …al examples for various development platforms <https://docs.platformio.org/en/latest/frameworks/ze… 61 - Try `other platforms <https://docs.platformio.org/en/latest/frameworks/zephyr.html?utm_source=doc… 63 - Learn more about `integrations with other IDEs/Text Editors <https://docs.platformio.org/en/lates…
|
/Zephyr-Core-2.7.6/dts/bindings/net/wireless/ |
D | nordic,nrf21540-fem.yaml | 12 tx-en-gpios: 17 rx-en-gpios: 44 tx-en-settle-time-us: 53 rx-en-settle-time-us:
|
/Zephyr-Core-2.7.6/boards/shields/frdm_cr20a/doc/ |
D | index.rst | 68 https://www.nxp.com/docs/en/user-guide/FRDMCR20AUG.pdf 71 https://www.nxp.com/downloads/en/schematics/FRDM-CR20A-SCH.pdf 77 https://www.nxp.com/docs/en/data-sheet/MCR20AVHM.pdf 80 https://www.nxp.com/docs/en/reference-manual/MCR20RM.pdf
|
/Zephyr-Core-2.7.6/samples/bluetooth/st_ble_sensor/ |
D | README.rst | 37 https://www.st.com/en/microcontrollers-microprocessors/stm32wb55rg.html 40 https://www.st.com/en/development-tools/stm32cubeprog.html 43 https://www.st.com/resource/en/user_manual/dm00550659.pdf
|
/Zephyr-Core-2.7.6/boards/xtensa/esp32/doc/ |
D | index.rst | 209 | EN | nTRST | 252 .. [1] https://en.wikipedia.org/wiki/ESP32 254 .. _`JTAG debugging for ESP32`: http://esp-idf.readthedocs.io/en/latest/api-guides/jtag-debugging/i… 255 .. _`toolchain`: https://esp-idf.readthedocs.io/en/latest/get-started/index.html#get-started-setup-… 256 .. _`SDK`: https://esp-idf.readthedocs.io/en/latest/get-started/index.html#get-started-get-esp-idf 257 .. _`Hardware Reference`: https://esp-idf.readthedocs.io/en/latest/hw-reference/index.html 261 .. _`installing prerequisites`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-sta… 262 .. _`set up the tools`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/ind… 263 .. _`set up environment variables`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get… 264 .. _`ESP32 Toolchain`: https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/tools/i… [all …]
|
/Zephyr-Core-2.7.6/drivers/sensor/iis3dhhc/ |
D | iis3dhhc.c | 8 * https://www.st.com/resource/en/datasheet/iis3dhhc.pdf 103 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-2.7.6/doc/reference/networking/ |
D | traffic-class.rst | 9 `Traffic classification <https://en.wikipedia.org/wiki/Traffic_classification>`_ 13 VLAN priority at `IEEE 802.1Q <https://en.wikipedia.org/wiki/IEEE_802.1Q>`_.
|
/Zephyr-Core-2.7.6/boards/shields/mikroe_adc_click/doc/ |
D | index.rst | 45 https://www.microchip.com/wwwproducts/en/en010533 51 http://ww1.microchip.com/downloads/en/DeviceDoc/21298e.pdf
|
/Zephyr-Core-2.7.6/boards/arm/nucleo_f303re/doc/ |
D | index.rst | 150 http://www.st.com/en/evaluation-tools/nucleo-f303re.html 153 http://www.st.com/resource/en/user_manual/dm00105823.pdf 156 http://www.st.com/en/microcontrollers/stm32f303re.html 159 https://www.st.com/resource/en/reference_manual/dm00043574.pdf 162 http://www.st.com/resource/en/datasheet/stm32f303re.pdf
|
/Zephyr-Core-2.7.6/samples/sensor/adxl362/ |
D | README.rst | 46 https://www.analog.com/en/products/adxl362.html 49 https://www.analog.com/media/en/technical-documentation/data-sheets/ADXL362.pdf
|
/Zephyr-Core-2.7.6/boards/arm/stm32vl_disco/doc/ |
D | index.rst | 181 https://www.st.com/en/evaluation-tools/stm32vldiscovery.html 184 https://www.st.com/resource/en/reference_manual/cd00246267.pdf 187 https://www.st.com/resource/en/datasheet/stm32f100cb.pdf 190 https://www.st.com/resource/en/user_manual/cd00267113.pdf
|
/Zephyr-Core-2.7.6/boards/arm/stm32h735g_disco/doc/ |
D | index.rst | 131 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-2.7.6/drivers/sensor/stts751/ |
D | stts751_trigger.c | 8 * https://www.st.com/resource/en/datasheet/stts751.pdf 28 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-2.7.6/boards/arm/nucleo_f302r8/doc/ |
D | index.rst | 160 http://www.st.com/en/evaluation-tools/nucleo-f302r8.html 163 http://www.st.com/resource/en/user_manual/dm00105823.pdf 166 http://www.st.com/en/microcontrollers/stm32f302r8.html 169 http://www.st.com/resource/en/reference_manual/dm00094349.pdf 172 http://www.st.com/resource/en/datasheet/stm32f302r8.pdf
|
/Zephyr-Core-2.7.6/boards/arm/nucleo_f303k8/doc/ |
D | index.rst | 151 http://www.st.com/en/evaluation-tools/nucleo-F303K8.html 154 …https://www.st.com/resource/en/user_manual/dm00231744-stm32-nucleo32-boards-mb1180-stmicroelectron… 157 http://www.st.com/en/microcontrollers/stm32F303K8.html 160 …https://www.st.com/resource/en/reference_manual/dm00043574-stm32f303xbcde-stm32f303x68-stm32f328x8… 163 https://www.st.com/resource/en/datasheet/stm32f303k8.pdf
|
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_iks01a1/doc/ |
D | index.rst | 59 http://www.st.com/en/ecosystems/x-nucleo-iks01a1.html 62 http://www.st.com/resource/en/datasheet/x-nucleo-iks01a1.pdf
|
/Zephyr-Core-2.7.6/dts/bindings/sensor/ |
D | asahi-kasei,ak8975.yaml | 6 https://www.akm.com/akm/en/file/datasheet/AK8975.pdf
|
D | maxim,max44009.yaml | 6 https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf
|
D | meas,ms5607-spi.yaml | 6 The Datasheet is at https://www.te.com/usa-en/product-CAT-BLPS0035.html
|
D | meas,ms5607-i2c.yaml | 6 The Datasheet is at https://www.te.com/usa-en/product-CAT-BLPS0035.html
|
/Zephyr-Core-2.7.6/subsys/canbus/ |
D | Kconfig.canopen | 9 Enable CANopen (EN 50325-4) (CiA 301) protocol
|
/Zephyr-Core-2.7.6/samples/net/gsm_modem/boards/ |
D | frdm_uart2_dts.overlay | 3 * see https://www.nxp.com/docs/en/data-sheet/K64P144M120SF5.pdf chapter 5.1,
|