Searched refs:correction (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/drivers/rtc/ |
D | Kconfig.pcf8523 | 26 Offset correction is made once per two hours and then correction pulses are applied once 27 per minute until the programmed correction values have been implemented (MODE = 0). 32 Offset correction is made once per minute and then correction pulses are applied once per 33 second up to a maximum of 60 pulses. When correction values greater than 60 pulses are 34 used, additional correction pulses are made in the 59th second (MODE = 1).
|
D | rtc_sam0.c | 447 int32_t correction = calibration / (1000000000 / cfg->cal_constant); in rtc_sam0_set_calibration() local 448 uint32_t abs_correction = abs(correction); in rtc_sam0_set_calibration() 451 correction, abs_correction, calibration); in rtc_sam0_set_calibration() 466 | (correction < 0 ? RTC_FREQCORR_SIGN : 0); in rtc_sam0_set_calibration() 477 int32_t correction; in rtc_sam0_get_calibration() local 483 correction = regs->FREQCORR.bit.VALUE; in rtc_sam0_get_calibration() 485 if (correction == 0) { in rtc_sam0_get_calibration() 488 *calibration = (correction * 1000000000) / cfg->cal_constant; in rtc_sam0_get_calibration()
|
D | rtc_sam.c | 592 int32_t correction; in rtc_sam_get_calibration() local 600 correction = (int32_t)RTC_SAM_REG_GET_FIELD(mr, MR_CORRECTION); in rtc_sam_get_calibration() 603 if (correction == 0) { in rtc_sam_get_calibration() 606 *calibration = 3906000 / (correction + 1); in rtc_sam_get_calibration() 608 *calibration = 3906000 / ((correction + 1) * 20); in rtc_sam_get_calibration()
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.nrf5 | 28 bool "Bias correction (uniform distribution)" 30 This option enables the RNG bias correction, which guarantees a
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | msg.c | 84 header->correction = ntohll(header->correction); in msg_header_post_recv() 95 header->correction = htonll(header->correction); in msg_header_pre_send()
|
D | msg.h | 71 int64_t correction; member
|
D | port.c | 491 last->header.correction, in port_sync_fup_ooo_handle() 492 msg->header.correction); in port_sync_fup_ooo_handle() 503 msg->header.correction, in port_sync_fup_ooo_handle() 504 last->header.correction); in port_sync_fup_ooo_handle() 574 msg->header.correction += port->port_ds.delay_asymmetry; in port_sync_msg_process() 580 msg->header.correction, in port_sync_msg_process() 629 resp->header.correction = msg->header.correction; in port_delay_req_msg_process() 684 t4c = t4 - (msg->header.correction >> 16); in port_delay_resp_msg_process()
|
/Zephyr-latest/samples/subsys/edac/ |
D | README.rst | 5 Test error detection and correction (EDAC) using shell commands.
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 13 error detection and correction. IBECC can work for all or for specific regions
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 148 The built-in forward error correction (FEC) mechanism allows to
|
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/ |
D | index.rst | 269 the PHY (RMII, master, autonomous mode enabled, polarity correction enabled)
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 1244 resistance-correction;
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 8 # mistake||correction
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 1402 * :github:`11535` - serial: uart_irq_tx_ready() needs better documentation or correction of the test
|
D | release-notes-3.1.rst | 1797 * :github:`42799` - gptp correction field in sync follow up message does not have correct endianness
|
D | release-notes-3.3.rst | 976 * Fixed prescaler correction in stm32_lptim driver and fix race with auto-reload
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1444 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|