Searched refs:alpha (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 51 subtree <alpha> handler registered: OK 52 subtree <alpha/beta> has static handler 63 loading all settings under <alpha> handler is done 65 save <alpha/beta/voltage> key directly: OK. 67 load <alpha/beta> key-value pairs using registered handlers 68 <alpha/beta/voltage> = -3025 73 export keys under <alpha> handler 77 export keys under <alpha> handler 82 direct load: <alpha/length/2> 83 direct load: <alpha/length/1> [all …]
|
/Zephyr-latest/lib/os/ |
D | cbprintf_nano.c | 32 unsigned int alpha, char *buftop) in convert_value() argument 39 c += alpha; in convert_value()
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.stm32_ltdc | 28 One pixel consists of 8-bit alpha, 8-bit red, 8-bit green and 8-bit blue value
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 12 * Initial alpha-quality thread-level memory protection on x86, userspace and memory 27 * Initial alpha-quality thread-level memory protection on x86, userspace and memory
|
/Zephyr-latest/cmake/modules/ |
D | yaml.cmake | 34 # - alpha
|
D | extensions.cmake | 1632 # zephyr_build_string(build_string BOARD alpha) 1633 # will return the string `alpha` in `build_string` parameter. 1636 # zephyr_build_string(build_string BOARD alpha BOARD_REVISION 1.0.0) 1640 # zephyr_build_string(build_string BOARD alpha BOARD_QUALIFIERS /soc/bar) 1644 # zephyr_build_string(build_string BOARD alpha BOARD_REVISION 1.0.0 BOARD_QUALIFIERS /soc/bar MER… 1649 # zephyr_build_string(build_string SHORT short_build_string BOARD alpha BOARD_REVISION 1.0.0 BOAR…
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 785 zassert_false(DT_IRQ_HAS_NAME(TEST_IRQ, alpha), ""); in ZTEST() 886 zassert_false(DT_INST_IRQ_HAS_NAME(0, alpha), ""); in ZTEST()
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 871 matched against higher or lower revisions, such as ``alpha``, ``beta```,
|