/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_cpu_if_internal.h | 16 #define FUNCT(i, pre, post) \ argument 17 pre##i##post 19 #define FUNCT_LIST(pre, post, sep) \ argument 20 FUNCT(0, pre, post) NSI_DEBRACKET sep \ 21 FUNCT(1, pre, post) NSI_DEBRACKET sep \ 22 FUNCT(2, pre, post) NSI_DEBRACKET sep \ 23 FUNCT(3, pre, post) NSI_DEBRACKET sep \ 24 FUNCT(4, pre, post) NSI_DEBRACKET sep \ 25 FUNCT(5, pre, post) NSI_DEBRACKET sep \ 26 FUNCT(6, pre, post) NSI_DEBRACKET sep \ [all …]
|
/Zephyr-latest/soc/nxp/imx/imx7d/ |
D | soc_clk_freq.c | 16 uint32_t pre, post; in get_pwm_clock_freq() local 21 CCM_GetRootDivider(CCM, ccmRootPwm1, &pre, &post); in get_pwm_clock_freq() 25 CCM_GetRootDivider(CCM, ccmRootPwm2, &pre, &post); in get_pwm_clock_freq() 29 CCM_GetRootDivider(CCM, ccmRootPwm3, &pre, &post); in get_pwm_clock_freq() 33 CCM_GetRootDivider(CCM, ccmRootPwm4, &pre, &post); in get_pwm_clock_freq() 50 return hz / (pre + 1) / (post + 1); in get_pwm_clock_freq()
|
/Zephyr-latest/dts/bindings/clock/ |
D | raspberrypi,pico-pll.yaml | 19 post-div1: 23 The post clock divider. 26 post-div2: 30 The post clock divider.
|
/Zephyr-latest/boards/sipeed/longan_nano/ |
D | board.cmake | 8 board_runner_args(openocd "--cmd-post-verify=gd32vf103-post-verify")
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 24 * Zephyr ELF for post-processing, but it is not included in the final binary. 26 * NOTE: This section MUST start at address 0, as the post-processing scripts
|
/Zephyr-latest/boards/sifive/hifive1/ |
D | board.cmake | 21 board_runner_args(openocd --cmd-post-verify "hifive1-post-verify")
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 86 …events.post.immediate.kernel - Post events (nothing wakes) : … 93 …events.post.wake+ctx.k_to_k - Post events (w/ ctx switch) : … 139 …events.post.immediate.kernel - Post events (nothing wakes) : … 146 …events.post.wake+ctx.k_to_k - Post events (w/ ctx switch) : … 196 …events.post.immediate.kernel - Post events (nothing wakes) : … 203 …events.post.wake+ctx.k_to_k - Post events (w/ ctx switch) : … 292 …events.post.immediate.kernel - Post events (nothing wakes) : … 296 …events.post.immediate.user - Post events (nothing wakes) : … 303 …events.post.wake+ctx.k_to_k - Post events (w/ ctx switch) : … 307 …events.post.wake+ctx.k_to_u - Post events (w/ ctx switch) : … [all …]
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
|
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "at91sam4 gpnvm set 1")
|
/Zephyr-latest/boards/tdk/robokit1/ |
D | board.cmake | 6 board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
|
/Zephyr-latest/soc/st/stm32/ |
D | CMakeLists.txt | 6 #Execute post build script postbuild.sh
|
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/ |
D | main.js | 27 const response = await fetch("/led", {method : "POST", body : payload}); 45 /* POST to the LED endpoint when the buttons are pressed */
|
/Zephyr-latest/kernel/include/ |
D | kernel_offsets.h | 76 /* member offsets in the device structure. Used in image post-processing */ 87 /* member offsets in the pm_device structure. Used in image post-processing */
|
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/ |
D | coex_struct.h | 43 /* To insturct Coexistence Manager to collect and post SR traffic information */ 61 /* To post SR traffic information */ 171 * struct coex_sr_traffic_info - Message from CM to CD to post SR traffic information. 175 * Message from CM to CD to post SR traffic inforamtion
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_basic.c | 179 "verify hello at post middle failed"); in seek_within_hello() 221 "truncate post tell failed"); in truncate_hello() 238 "post truncate content unexpected"); in truncate_hello() 241 "post truncate close failed"); in truncate_hello() 330 "post sync close failed"); in sync_goodbye() 363 "post sync close failed"); in verify_goodbye()
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | Kconfig | 22 bool "Post-mortem mode for SystemView"
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/ |
D | README.rst | 1 .. zephyr:code-sample:: tagoio-http-post 2 :name: TagoIO HTTP Post 10 This sample application implements an HTTP client that will do an HTTP post
|
D | Kconfig | 4 mainmenu "TagoIO IoT Cloud Platform (HTTP Post) Client Configuration"
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 139 post-processing. 201 by post-process steps that will impact the size of the final binary. 222 Intermediate binaries post-processing 241 :alt: Zephyr's intermediate binary post-process I 255 :alt: Zephyr's intermediate binary post-process II 266 :alt: Zephyr's intermediate binary post-process III 281 :alt: Zephyr's intermediate binary post-process IV 285 When no intermediate binary post-processing is required then the first 303 Post processing 312 :alt: Zephyr's build final stage post-process
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.kw41z | 26 on running code. The buffer is post analyzed via the debugger.
|
/Zephyr-latest/boards/sipeed/longan_nano/support/ |
D | openocd.cfg | 29 proc gd32vf103-post-verify {} {
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | smf_calculator_thread.h | 35 /* event queue to post messages to */
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 27 #define TEST_DYNAMIC_POST_PAYLOAD "Test dynamic POST" 499 /* Copy POST payload into buffer for later comparison */ in dynamic_response_headers_cb() 502 "POST data too long for buffer"); in dynamic_response_headers_cb() 819 /* Common code to verify POST/PUT/PATCH */ 857 /* Common code to verify POST/PUT/PATCH */ 898 common_verify_http1_dynamic_upgrade_post("POST"); in ZTEST() 901 /* Common code to verify POST/PUT/PATCH */ 940 common_verify_http1_dynamic_post("POST"); in ZTEST() 1632 /* Two POST requests which are concurrent, ie. headers1, headers2, data1, data2 */ in ZTEST() 1709 static void test_http1_dynamic_response_headers_default(const char *expected_response, bool post) in test_http1_dynamic_response_headers_default() argument [all …]
|
/Zephyr-latest/boards/st/nucleo_h743zi/ |
D | board.cmake | 5 board_runner_args(openocd --cmd-post-verify "reset halt")
|