Searched full:special (Results 1 – 25 of 503) sorted by relevance
12345678910>>...21
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | arch_inlines.h | 17 * @brief Read a special register. 19 * @param sr Name of special register. 21 * @return Value of special register. 29 * @brief Write to a special register. 31 * @param sr Name of special register. 32 * @param v Value to be written to special register.
|
D | gdbstub.h | 32 * 0x02xx : Special Registers (access via RSR/WSR) 141 * Test if the register is a special register that needs to be 144 * @retval true if special register
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_context.h | 34 * SP-40 Saved/interrupted PS special register 36 * SP-44 Saved SAR special register 38 * SP-48 Saved LBEG special register (if loops enabled) 39 * SP-52 Saved LEND special register (if loops enabled) 40 * SP-56 Saved LCOUNT special register (if loops enabled) 42 * SP-60 Saved SCOMPARE special register (if S32C1I enabled) 44 * SP-64 Saved EXCCAUSE special register 46 * SP-68 Saved THREADPTR special register (if processor has thread pointer)
|
/Zephyr-latest/dts/bindings/power/ |
D | atmel,sam-supc.yaml | 8 monitoring of the device. It have a special feature that it can wake-up the 9 device from a low-power state using special peripherals as wake-up sources. 21 The special peripheral will wake-up the device only when the standard property
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | sparkfun,serlcd.yaml | 15 special-command-delay-ms = <50>; 48 special-command-delay-ms: 52 Delay in milliseconds (defaults to 50ms if not set) after a special command was sent.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | zen_of_python.py | 17 Special cases aren't special enough to break the rules.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | smbus.rst | 30 a three-bytes message to a special address "SMBus Host (0x08)" with own 32 * **SMBALERT# signal**: Peripheral device uses special signal SMBALERT# to 34 from the special "SMBus Alert Response Address (ARA) (0x0c)". The peripheral
|
/Zephyr-latest/lib/os/ |
D | cbprintf_nano.c | 83 char padding_mode, length_mod, special; in z_cbvprintf_impl() local 105 special = 0; in z_cbvprintf_impl() 168 special = *fmt; in z_cbvprintf_impl() 239 } else if (special == ' ') { in z_cbvprintf_impl() 242 } else if (special == '+') { in z_cbvprintf_impl() 268 special = '#'; in z_cbvprintf_impl() 285 if (special == '#') { in z_cbvprintf_impl()
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | misc.py | 10 core on a special-purpose SoC which requires a complicated script to 19 '''Runner for handling special purpose flashing commands.'''
|
/Zephyr-latest/boards/common/ |
D | misc.board.cmake | 5 # core on a special-purpose SoC which requires a complicated script to
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 15 "special" ways storing mappings under OS control. Some of these are 35 specified in the RASID special register. The intent is that each 41 in special circumstances, and in any case there is already an invalid 54 number in units of 4 bytes) to the value in the PTEVADDR special 62 This special "refill" fetch is otherwise identical to any other memory 79 one more special trick: it throws a TLB Miss exception (there are two, 102 ## Special Cases 117 Thankfully, for the data TLB Xtensa provides 3 special/non-refillable
|
/Zephyr-latest/include/zephyr/debug/ |
D | thread_analyzer.h | 63 * a given callback on every thread found. In the special case when Kconfig 75 * standard form. In the special case when Kconfig option
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_error_hook.h | 32 * order to deal with some special case when catching the expected fatal 62 * order to deal with some special case when catching the expected assert
|
/Zephyr-latest/dts/bindings/spi/ |
D | st,stm32-spi-subghz.yaml | 20 the special purpose SUBGHZSPI interface found in the STM32WL series.
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_serlcd.c | 27 * special command for the underlying display controller 57 * bit to set in the display control special command to indicate the display should be powered on 62 * bit to set in the display control special command to indicate the cursor should be displayed 67 * bit to set in the display control special command to indicate the cursor should be blinking 346 * customer characters require a special command, so check for custom char in auxdisplay_serlcd_write() 360 * skip these characters in text, as they have a special meaning, if in auxdisplay_serlcd_write()
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | overlay-dtls-cert.conf | 11 # Special MbedTLS changes
|
D | overlay-dtls.conf | 11 # Special MbedTLS changes
|
/Zephyr-latest/boards/nxp/mimxrt1010_evk/ |
D | init.c | 11 /* AT25SF128A SPI Flash on the RT1010-EVK requires special alignment in SystemInitHook()
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.xtensa | 13 and CCOMPARE special registers.
|
/Zephyr-latest/drivers/retained_mem/ |
D | Kconfig | 30 memory access is required in an ISR or for special use cases.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | cypress,psoc6-intmux.yaml | 12 At CPU Sub System (CPUSS) there are 8 special registers (intmux[0~7]) to 18 directly connected to NVIC and doesn't require any special configuration.
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_main_semipublic.h | 17 * These APIs are exposed for special use cases in which a developer needs to
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | props.yaml | 44 # There's some slight special-casing for GPIOs in that 'foo-gpios = ...'
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/ |
D | README.txt | 21 No special build options are required to make use of the overlay.
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 10 Some of these -- the ones beginning with ``DT_INST_`` -- require a special 53 There are special-purpose APIs for accessing the :ref:`devicetree-ranges-property`, 69 matching bindings. However, they take on special semantics when the node's 114 There are special-purpose for-each macros, like 125 properties, etc. Some macros used for special purposes (such as 217 and :c:macro:`DT_INST_FOREACH_STATUS_OKAY` are special-purpose helpers without 267 These conveniences may be used for the special-purpose ``fixed-partitions`` 360 The special ``/chosen`` node contains properties whose values describe
|
12345678910>>...21