OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/canconfig/
canconfig.c
331
valid_timings(struct can_link_timecaps *cltc, struct can_link_timings *
clt
)
333
if (
clt
->clt_brp < cltc->cltc_brp_min ||
334
clt
->clt_brp > cltc->cltc_brp_max)
337
if (
clt
->clt_prop < cltc->cltc_prop_min ||
338
clt
->clt_prop > cltc->cltc_prop_max)
341
if (
clt
->clt_ps1 < cltc->cltc_ps1_min ||
342
clt
->clt_ps1 > cltc->cltc_ps1_max)
345
if (
clt
->clt_ps2 < cltc->cltc_ps2_min ||
346
clt
->clt_ps2 > cltc->cltc_ps2_max)
356
struct can_link_timings
clt
;
local in function:show_timings
[
all
...]
canconfig.c
331
valid_timings(struct can_link_timecaps *cltc, struct can_link_timings *
clt
)
333
if (
clt
->clt_brp < cltc->cltc_brp_min ||
334
clt
->clt_brp > cltc->cltc_brp_max)
337
if (
clt
->clt_prop < cltc->cltc_prop_min ||
338
clt
->clt_prop > cltc->cltc_prop_max)
341
if (
clt
->clt_ps1 < cltc->cltc_ps1_min ||
342
clt
->clt_ps1 > cltc->cltc_ps1_max)
345
if (
clt
->clt_ps2 < cltc->cltc_ps2_min ||
346
clt
->clt_ps2 > cltc->cltc_ps2_max)
356
struct can_link_timings
clt
;
local in function:show_timings
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025