/Zephyr-Core-3.7.0/include/zephyr/arch/xtensa/ |
D | cache.h | 31 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_flush_range() local 47 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_flush_and_invd_range() local 63 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_invd_range() local 79 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_invd_all() local 93 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_flush_all() local 107 size_t step = XCHAL_DCACHE_LINESIZE; in arch_dcache_flush_and_invd_all() local
|
/Zephyr-Core-3.7.0/samples/basic/fade_led/src/ |
D | main.c | 25 uint32_t step = pwm_led0.period / NUM_STEPS; in main() local
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_client/src/ |
D | stream_lc3.c | 47 const float step = 2 * 3.1415f / sine_period_samples; in fill_audio_buf_sin() local
|
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf_led_matrix/src/ |
D | main.c | 137 uint8_t step = (0xFF - MIN_BRIGHTNESS) / STEPS; in update_through_framebuffer() local
|
/Zephyr-Core-3.7.0/drivers/input/ |
D | input_gpio_qdec.c | 130 uint8_t step = 0x00; in gpio_qdec_get_step() local 163 uint8_t step; in gpio_qdec_sample_timer_timeout() local
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | linear_range.h | 65 uint32_t step; member
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/ |
D | vcp.h | 90 uint8_t step; member
|
/Zephyr-Core-3.7.0/drivers/xen/ |
D | gnttab.c | 174 unsigned int step = 10, delay = step; in gop_eagain_retry() local
|
/Zephyr-Core-3.7.0/drivers/pinctrl/renesas/rcar/ |
D | pfc_rcar.c | 130 uint8_t offset, size, step; in pfc_rcar_set_drive_strength() local
|
/Zephyr-Core-3.7.0/arch/arm64/core/ |
D | mmu.c | 362 size_t step, level_size = 1ULL << LEVEL_TO_VA_SIZE_SHIFT(level); in del_mapping() local 440 size_t step, level_size = 1ULL << LEVEL_TO_VA_SIZE_SHIFT(level); in privatize_table() local 533 size_t step, level_size = 1ULL << LEVEL_TO_VA_SIZE_SHIFT(level); in globalize_table() local
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_source/src/ |
D | main.c | 100 const float step = 2 * 3.1415f / sine_period_samples; in fill_audio_buf_sin() local
|
/Zephyr-Core-3.7.0/tests/drivers/adc/adc_emul/src/ |
D | main.c | 84 static void check_samples(int expected_count, int32_t start_mv_value, int step, in check_samples()
|
/Zephyr-Core-3.7.0/drivers/ieee802154/ |
D | ieee802154_rf2xx.c | 472 float min, max, step; in rf2xx_set_txpower() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | vcp_vol_rend.c | 263 unsigned long step; in cmd_vcp_vol_rend_volume_step() local
|
D | bap.c | 359 const float step = 2 * 3.1415 / sine_period_samples; in fill_lc3_tx_buf_sin() local
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | tcp.c | 447 static void tcp_new_reno_log(struct tcp *conn, char *step) in tcp_new_reno_log()
|