Home
last modified time | relevance | path

Searched refs:LF (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/samples/boards/nrf/clock_skew/
DREADME.rst52 LF 00:00:00.404937
57 LF 00:00:10.414520 00:00:00.404937 00:00:10.009582 00:00:00.046813
63 LF 00:00:20.441589 00:00:00.404937 00:00:20.036651 00:00:00.093182
69 LF 00:00:30.468627 00:00:00.404937 00:00:30.063690 00:00:00.142176
75 LF 00:00:40.495666 00:00:00.404937 00:00:40.090728 00:00:00.189048
81 LF 00:00:50.522674 00:00:00.404937 00:00:50.117736 00:00:00.233910
87 LF 00:01:00.549713 00:00:00.404937 00:01:00.144775 00:00:00.282276
93 LF 00:03:00.873901 00:00:00.404937 00:03:00.468963 00:00:00.829775
99 LF 00:05:01.198181 00:00:00.404937 00:05:00.793243 00:00:01.398317
105 LF 00:10:02.008911 00:00:00.404937 00:10:01.603973 00:00:02.790128
[all …]
/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c264 #define LF '\n' macro
296 (ch == CR || ch == LF || ch == 9 || \
496 p_lf = (const char *)memchr(p, LF, limit); in header_states()
801 if (LIKELY(ch == CR || ch == LF)) { in parser_execute()
809 if (ch == CR || ch == LF) { in parser_execute()
861 case LF: in parser_execute()
996 if ((ch == CR) || (ch == LF)) { in parser_execute()
1015 case LF: in parser_execute()
1037 if (!status_mark && ((ch == CR) || (ch == LF))) { in parser_execute()
1054 if (ch == LF) { in parser_execute()
[all …]
/Zephyr-Core-3.7.0/drivers/clock_control/
DKconfig.nrf58 bool "LF clock calibration"
77 bool "LF clock is always on"
80 If RTC is used as system timer then LF clock is always on and handling
/Zephyr-Core-3.7.0/soc/nordic/nrf52/
DKconfig66 Due to Anomaly 132 LF RC source may not start if restarted in certain
69 to start at reboot. A delay is added before starting LF clock to ensure
/Zephyr-Core-3.7.0/boards/ti/common/
Dlaunchxl_sky13317.dtsi9 * The CC1352P LAUNCHXL has an on-board antenna switch (SKY13317-373LF) used to select the
/Zephyr-Core-3.7.0/samples/subsys/console/getline/
DREADME.rst41 line does not include any special "end of line" characters (like LF, CR,
/Zephyr-Core-3.7.0/boards/beagle/beagleconnect_freedom/
Dbeagleconnect_freedom.dts46 * The BeagleConnect Freedom has an on-board antenna switch (SKY13317-373LF) used to select
/Zephyr-Core-3.7.0/doc/project/
Dtsc.rst242 https://www.zephyrproject.org/wp-content/uploads/2023/08/LF-Zephyr-Charter-2023.08.21.pdf
/Zephyr-Core-3.7.0/doc/contribute/
Dexternal.rst42 https://www.zephyrproject.org/wp-content/uploads/2023/08/LF-Zephyr-Charter-2023.08.21.pdf
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.14.rst2080 * :github:`10207` - Shell should accept either CR or LF as line delimiter