/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | cbprintf_cxx.h | 80 template < typename T > 81 static inline int z_cbprintf_cxx_is_pchar(T arg, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 132 template < typename T > 133 static inline int z_cbprintf_cxx_is_word_num(T arg) in z_cbprintf_cxx_is_word_num() 243 template < typename T > 244 static inline int z_cbprintf_cxx_is_none_char_ptr(T arg) in z_cbprintf_cxx_is_none_char_ptr() 259 template < typename T > 260 static inline size_t z_cbprintf_cxx_arg_size(T arg) in z_cbprintf_cxx_arg_size() 264 return MAX(sizeof(T), sizeof(int)); in z_cbprintf_cxx_arg_size() 316 template < typename T > [all …]
|
/Zephyr-Core-3.7.0/scripts/coccinelle/ |
D | const_config_info.cocci | 20 // bare: (struct T*)E 25 identifier T; 30 struct T*)E->config_info 32 // bare const: (struct T* const)E 37 identifier T; 42 struct T * const)E->config_info 44 // asg: struct T *D = (const struct T*) 49 identifier T; 54 struct T * D = (const struct T*)E->config_info; 56 // asg to const local: struct T * const D = (const struct T*) [all …]
|
D | noderef.cocci | 20 type T; 29 f(...,(T)(x),...,sizeof( 37 ),...,(T)(x),...) 39 f(...,(T)(x),...,i*sizeof( 47 ),...,(T)(x),...) 55 type T; 61 *f(...,(T)(x),...,sizeof@p(x),...) 63 *f(...,sizeof@p(x),...,(T)(x),...) 65 *f(...,(T)(x),...,i*sizeof@p(x),...) 67 *f(...,i*sizeof@p(x),...,(T)(x),...)
|
D | ms_timeout.cocci | 35 identifier T; 37 fn(..., T); 59 T << match_fn_l1.T; 62 msg = "WARNING: [msl1] replace constant {} with ms duration in {}".format(T, fn) 90 identifier T; 92 fn(..., T, L1) 115 T << match_fn_l2.T; 118 msg = "WARNING: [msl2] replace constant {} with ms duration in {}".format(T, fn) 149 identifier T; 151 fn(..., T, L2, L1) [all …]
|
D | array_size.cocci | 28 type T; 29 T[] E; 36 * (sizeof(E)/sizeof(T)) 44 type T; 45 T[] E; 54 - (sizeof(E)/sizeof(T)) 63 type T; 64 T[] E; 72 (sizeof(E)@p /sizeof(T))
|
D | identifier_length.cocci | 7 type T; 14 T I@p (...); 18 T I@p = C; 20 T I@p;
|
D | irq_lock.cocci | 11 type T; 23 - T 29 type T; 40 - T
|
D | returnvar.cocci | 17 type T; 21 - T ret = C; 30 type T; 34 * T ret = C; 40 type T; 45 T ret@p1 = C;
|
D | reserved_names.cocci | 18 type T; 27 T v@p; 29 T *v@p; 37 T v@p = E; 39 T *v@p = E; 54 type T; 58 T f@p(...) {
|
D | same_identifier.cocci | 37 type T; 42 T v@p; 44 T *v@p; 48 t << per_type.T;
|
D | boolean.cocci | 54 type T; 56 T v; 60 t << rule2_base.T;
|
D | int_ms_to_timeout.cocci | 286 expression T; 291 k_timer_start@p(T, D, I) 296 expression T; 301 k_timer_start@p(T, 317 expression T; 322 k_timer_start@p(T, C, I)
|
/Zephyr-Core-3.7.0/samples/subsys/logging/syst/ |
D | README.rst | 3 MIPI Sys-T Logging Sample 14 This project outputs a few sample log messages in MIPI Sys-T format. 15 These Sys-T messages can be interpreted by a utility in 18 Build the Sys-T Message Parser 32 MIPI Sys-T Text Messages 35 The Sys-T text messages are self contained strings that do not 66 …Booting from ROM..SYS-T RAW DATA: 020A000B490000000000000000002A2A2A20426F6F74696E67205A6570687972… 67 SYS-T RAW DATA: 220A000B170001000000000000004572726F72206D657373616765206578616D706C652E00 68 SYS-T RAW DATA: 320A000B190001000000000000005761726E696E67206D657373616765206578616D706C652E00 69 SYS-T RAW DATA: 420A000B16000100000000000000496E666F206D657373616765206578616D706C652E00 [all …]
|
/Zephyr-Core-3.7.0/tests/unit/intmath/ |
D | main.c | 24 #define NEG_CHECK(T, N) BUILD_ASSERT((-((T)N)) == (~((T)N)) + 1) argument 27 #define ROLLOVER_CHECK(T, MAX, MIN) BUILD_ASSERT((T)((T)1 + (T)MAX) == (T)MIN) argument
|
/Zephyr-Core-3.7.0/modules/ |
D | Kconfig.syst | 5 bool "MIPI SyS-T Library Support" 7 This option enables the MIPI SyS-T Library 12 bool "STP Transport Layer for MIPI SyS-T" 15 Transport Layer for MIPI SyS-T 18 bool "output MIPI SyS-T raw data packet" 20 This option outputs MIPI SyS-T raw data packet 26 Tell MIPI Sys-T library to not build with
|
/Zephyr-Core-3.7.0/subsys/logging/ |
D | Kconfig.formatting | 25 bool "MIPI SyS-T format output" 29 Enable MIPI SyS-T format output for the logger system. 34 bool "Use MIPI Sys-T Catalog for logging" 39 Use MIPI Sys-T Catalog for logging instead of plain text. 42 bool "Disable MIPI Sys-T protocol timestamp" 44 Remove the timestamp from the MIPI Sys-T protocol. 47 int "Size of temporary arguments buffer when using Sys-T Catalog" 52 argument list needed for the MIPI Sys-T library for processing 60 the call stack for processing the logging format strings MIPI Sys-T library. 70 as the Sys-T message module ID (as in origin unit in Sys-T [all …]
|
/Zephyr-Core-3.7.0/samples/sensor/bme680/ |
D | README.rst | 47 T: 23.988877; P: 97.648568; H: 53.689533; G: 1035.211466 48 T: 24.168500; P: 97.648866; H: 53.565966; G: 1046.677896 49 T: 24.336533; P: 97.648596; H: 53.353663; G: 1058.656533 50 T: 24.589696; P: 97.648366; H: 53.958864; G: 1072.155863 51 T: 24.856631; P: 97.648322; H: 53.553669; G: 1096.448788
|
/Zephyr-Core-3.7.0/samples/shields/lmp90100_evb/rtd/ |
D | README.rst | 44 T: 28.66 degC 46 T: 28.64 degC 48 T: 28.63 degC 50 T: 28.61 degC
|
/Zephyr-Core-3.7.0/tests/unit/pot/ |
D | log2.cpp | 13 template <typename T> static inline constexpr uint8_t log2(T x) in log2()
|
D | log2ceil.cpp | 13 template <typename T> static inline constexpr uint8_t log2ceil(T x) in log2ceil()
|
D | nhpot.cpp | 13 template <typename T> static inline constexpr uint64_t nhpot(T x) in nhpot()
|
/Zephyr-Core-3.7.0/samples/sensor/fxos8700/ |
D | README.rst | 141 AX= -0.191537 AY= 0.067037 AZ= 9.902418 MX= 0.379000 MY= 0.271000 MZ= -0.056000 T= 22.080000 142 AX= -0.162806 AY= 0.143652 AZ= 9.940725 MX= 0.391000 MY= 0.307000 MZ= -0.058000 T= 22.080000 143 AX= -0.172383 AY= 0.134075 AZ= 9.969455 MX= 0.395000 MY= 0.287000 MZ= -0.017000 T= 22.080000 144 AX= -0.210690 AY= 0.105344 AZ= 9.911994 MX= 0.407000 MY= 0.306000 MZ= -0.068000 T= 22.080000 145 AX= -0.153229 AY= 0.124498 AZ= 9.950302 MX= 0.393000 MY= 0.301000 MZ= -0.021000 T= 22.080000 146 AX= -0.153229 AY= 0.095768 AZ= 9.921571 MX= 0.398000 MY= 0.278000 MZ= -0.040000 T= 22.080000 147 AX= -0.162806 AY= 0.105344 AZ= 9.902418 MX= 0.372000 MY= 0.300000 MZ= -0.046000 T= 22.080000
|
/Zephyr-Core-3.7.0/samples/sensor/max17262/ |
D | README.rst | 50 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C 51 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C 52 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
|
/Zephyr-Core-3.7.0/samples/sensor/max6675/ |
D | README.rst | 14 - K-thermocouple connected to MAX6675 T+/T- inputs
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_parser_url.c | 51 # define T(v) 0 macro 53 # define T(v) v macro 61 0 | T(2) | 0 | 0 | T(16) | 0 | 0 | 0, 92 #undef T
|