Home
last modified time | relevance | path

Searched defs:step (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/include/zephyr/arch/xtensa/
Dcache.h31 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-latest/samples/basic/fade_led/src/
Dmain.c25 uint32_t step = pwm_led0.period / NUM_STEPS; in main() local
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c91 uint32_t min, max, step; in ZTEST() local
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_step_data_parse/src/
Dmain.c108 static bool bt_le_cs_step_data_parse_func_custom_fake(struct bt_le_cs_subevent_step *step, in bt_le_cs_step_data_parse_func_custom_fake()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c47 const float step = 2 * 3.1415f / sine_period_samples; in fill_audio_buf_sin() local
/Zephyr-latest/samples/boards/nordic/nrf_led_matrix/src/
Dmain.c137 uint8_t step = (0xFF - MIN_BRIGHTNESS) / STEPS; in update_through_framebuffer() local
/Zephyr-latest/drivers/input/
Dinput_gpio_qdec.c130 uint8_t step = 0x00; in gpio_qdec_get_step() local
163 uint8_t step; in gpio_qdec_sample_timer_timeout() local
/Zephyr-latest/drivers/video/
Dvideo_common.c110 uint64_t step = stepwise->step.numerator; in video_closest_frmival_stepwise() local
/Zephyr-latest/include/zephyr/sys/
Dlinear_range.h65 uint32_t step; member
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h90 uint8_t step; member
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c1312 bool (*func)(struct bt_le_cs_subevent_step *step, void *user_data), in bt_le_cs_step_data_parse()
1321 struct bt_le_cs_subevent_step step; in bt_le_cs_step_data_parse() local
/Zephyr-latest/drivers/xen/
Dgnttab.c174 unsigned int step = 10, delay = step; in gop_eagain_retry() local
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c140 static bool process_step_data(struct bt_le_cs_subevent_step *step, void *user_data) in process_step_data()
/Zephyr-latest/drivers/pinctrl/renesas/rcar/
Dpfc_rcar.c130 uint8_t offset, size, step; in pfc_rcar_set_drive_strength() local
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c171 static bool process_step_data(struct bt_le_cs_subevent_step *step, void *user_data) in process_step_data()
/Zephyr-latest/arch/arm64/core/
Dmmu.c381 size_t step, level_size = 1ULL << LEVEL_TO_VA_SIZE_SHIFT(level); in del_mapping() local
458 size_t step, level_size = 1ULL << LEVEL_TO_VA_SIZE_SHIFT(level); in privatize_table() local
551 size_t step, level_size = 1ULL << LEVEL_TO_VA_SIZE_SHIFT(level); in globalize_table() local
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c119 const float step = 2 * 3.1415f / sine_period_samples; in fill_audio_buf_sin() local
/Zephyr-latest/tests/drivers/adc/adc_emul/src/
Dmain.c84 static void check_samples(int expected_count, int32_t start_mv_value, int step, in check_samples()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c472 float min, max, step; in rf2xx_set_txpower() local
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h182 struct video_frmival step; member
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c263 unsigned long step; in cmd_vcp_vol_rend_volume_step() local
Dbap.c359 const float step = 2 * 3.1415 / sine_period_samples; in fill_lc3_tx_buf_sin() local
/Zephyr-latest/subsys/net/ip/
Dtcp.c448 static void tcp_new_reno_log(struct tcp *conn, char *step) in tcp_new_reno_log()