Home
last modified time | relevance | path

Searched refs:cycles (Results 151 – 175 of 206) sorted by relevance

123456789

/Zephyr-latest/drivers/pwm/
Dpwm_max31790.c288 static int max31790_get_cycles_per_sec(const struct device *dev, uint32_t channel, uint64_t *cycles) in max31790_get_cycles_per_sec() argument
318 *cycles = pwm_frequency_in_hz; in max31790_get_cycles_per_sec()
Dpwm_mcux_pwt.c282 uint32_t channel, uint64_t *cycles) in mcux_pwt_get_cycles_per_sec() argument
289 *cycles = data->clock_freq >> config->prescale; in mcux_pwt_get_cycles_per_sec()
Dpwm_nxp_flexio.c182 uint64_t *cycles) in pwm_nxp_flexio_get_cycles_per_sec() argument
195 *cycles = (uint64_t)(((data->flexio_clk) * 2) / in pwm_nxp_flexio_get_cycles_per_sec()
Dpwm_mc_esp32.c206 uint64_t *cycles) in mcpwm_esp32_get_cycles_per_sec() argument
221 *cycles = (uint64_t)data->mcpwm_clk_hz / (config->prescale + 1) / 1; in mcpwm_esp32_get_cycles_per_sec()
223 *cycles = (uint64_t)APB_CLK_FREQ; in mcpwm_esp32_get_cycles_per_sec()
229 *cycles = in mcpwm_esp32_get_cycles_per_sec()
Dpwm_shell.c147 SHELL_CMD_ARG(cycles, &dsub_device_name, "<device> <channel> <period in cycles> "
Dpwm_led_esp32.c209 uint64_t *cycles) in pwm_led_esp32_get_cycles_per_sec() argument
218 *cycles = (uint64_t)channel->clock_src_hz; in pwm_led_esp32_get_cycles_per_sec()
Dpwm_nrfx.c369 uint64_t *cycles) argument
373 *cycles = config->clock_freq;
/Zephyr-latest/kernel/include/
Dkernel_internal.h262 uint32_t cycles);
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnrf52840dk_nrf52840_spi.overlay70 block-cycles = <512>;
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay17 * BBLED-PWM driver get cycles API reports 32KHz/256 or 48M/256.
Dmec172xevb_assy6906.overlay19 * BBLED-PWM driver get cycles API reports 32KHz/256 or 48M/256.
/Zephyr-latest/tests/kernel/timer/starve/
DREADME.txt18 unannounced cycles, or the Zephyr measurement of unannounced ticks.
/Zephyr-latest/subsys/fs/
DKconfig.littlefs62 int "Number of erase cycles before moving data to another block"
65 For dynamic wear leveling, the number of erase cycles before data
/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686_decoder.c199 uint64_t cycles; in icm45686_encode() local
208 err = sensor_clock_get_cycles(&cycles); in icm45686_encode()
216 edata->header.timestamp = sensor_clock_cycles_to_ns(cycles); in icm45686_encode()
Dicm45686_stream.c305 uint64_t cycles; in icm45686_event_handler() local
332 err = sensor_clock_get_cycles(&cycles); in icm45686_event_handler()
343 data->stream.data.timestamp = sensor_clock_cycles_to_ns(cycles); in icm45686_event_handler()
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_stream.c428 uint64_t cycles; in adxl372_stream_irq_handler() local
434 rc = sensor_clock_get_cycles(&cycles); in adxl372_stream_irq_handler()
441 data->timestamp = sensor_clock_cycles_to_ns(cycles); in adxl372_stream_irq_handler()
/Zephyr-latest/boards/nxp/s32z2xxdc2/
Ds32z2xxdc2_s32z270.dtsi109 read-latency-cycles = <16>;
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df208 of 16M cycles. Decreasing the offset value beyond the trigger of the AoA/AoD procedure
218 of 16M cycles relative. It is used when PHY is set to PHY 1M and sampling slot duration
229 of 16M cycles relative. It is used when PHY is set to PHY 1M and sampling slot duration
241 of 16M cycles relative. It is used when PHY is set to PHY 1M and sampling slot duration
252 of 16M cycles relative. It is used when PHY is set to PHY 1M and sampling slot duration
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.h78 void wait_for_service(uint16_t cycles);
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c356 uint64_t cycles; in bma4xx_submit_one_shot() local
367 rc = sensor_clock_get_cycles(&cycles); in bma4xx_submit_one_shot()
378 edata->header.timestamp = sensor_clock_cycles_to_ns(cycles); in bma4xx_submit_one_shot()
/Zephyr-latest/drivers/watchdog/
Dwdt_rpi_pico.c101 ticks_hw->ticks[TICK_WATCHDOG].cycles = ref_clk / RPI_PICO_CLK_REF_FREQ_WDT_TICK_DIVISOR; in wdt_rpi_pico_setup()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.c188 uint64_t cycles; in icm42688_encode() local
197 rc = sensor_clock_get_cycles(&cycles); in icm42688_encode()
205 edata->header.timestamp = sensor_clock_cycles_to_ns(cycles); in icm42688_encode()
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram35 int "Preload timeout value for waiting for a next write in RRAMC clock cycles"
/Zephyr-latest/subsys/fs/zms/
DKconfig56 For some memory technologies, write cycles for memory cells are limited and any
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_stream.c540 uint64_t cycles; in adxl367_stream_irq_handler() local
546 rc = sensor_clock_get_cycles(&cycles); in adxl367_stream_irq_handler()
553 data->timestamp = sensor_clock_cycles_to_ns(cycles); in adxl367_stream_irq_handler()

123456789