Searched refs:diag (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/mfd/ |
D | mfd_tle9104.c | 299 struct gpio_tle9104_channel_diagnostics diag[TLE9104_GPIO_COUNT]) in tle9104_get_diagnostics_internal() 342 diag[0].on = tle9104_get_register_bits(diag_out12_on, TLE9104_DIAGOUT12ON_DIAGCH1ON_POS, in tle9104_get_diagnostics_internal() 344 diag[1].on = tle9104_get_register_bits(diag_out12_on, TLE9104_DIAGOUT12ON_DIAGCH2ON_POS, in tle9104_get_diagnostics_internal() 346 diag[2].on = tle9104_get_register_bits(diag_out34_on, TLE9104_DIAGOUT34ON_DIAGCH3ON_POS, in tle9104_get_diagnostics_internal() 348 diag[3].on = tle9104_get_register_bits(diag_out34_on, TLE9104_DIAGOUT34ON_DIAGCH4ON_POS, in tle9104_get_diagnostics_internal() 350 diag[0].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH1OFF_POS, in tle9104_get_diagnostics_internal() 352 diag[1].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH2OFF_POS, in tle9104_get_diagnostics_internal() 354 diag[2].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH3OFF_POS, in tle9104_get_diagnostics_internal() 356 diag[3].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH4OFF_POS, in tle9104_get_diagnostics_internal() 363 struct gpio_tle9104_channel_diagnostics diag[TLE9104_GPIO_COUNT]) in tle9104_get_diagnostics() [all …]
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | tle9104.h | 54 struct gpio_tle9104_channel_diagnostics diag[TLE9104_GPIO_COUNT]);
|
/Zephyr-latest/modules/openthread/platform/ |
D | CMakeLists.txt | 22 zephyr_library_sources_ifdef(CONFIG_OPENTHREAD_DIAG diag.c)
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | language_extensions.ecl | 6 -config=MC3R1.R1.2,behaviors+={hide,"service(STD.diag)&&category(^(ext_missing_varargs_arg|ext_past…
|
D | toolchain.ecl | 35 -config=STD.diag,diagnostics={safe,"^ext_auto_type$"} 45 -config=STD.diag,behavior+={c99,GCC,"^(ext_missing_varargs_arg|ext_paste_comma|ext_flexible_array_i… 46 -config=STD.diag,behavior+={c18,GCC,"^(ext_missing_varargs_arg)$"}
|