Home
last modified time | relevance | path

Searched refs:SP_IS_SET (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/drivers/can/
Dcan_mcp2515.c20 #define SP_IS_SET(inst) DT_INST_NODE_HAS_PROP(inst, sample_point) || macro
25 #define USE_SP_ALGO (DT_INST_FOREACH_STATUS_OKAY(SP_IS_SET) 0)
Dcan_stm32_bxcan.c28 #define SP_IS_SET(inst) DT_INST_NODE_HAS_PROP(inst, sample_point) || macro
33 #define USE_SP_ALGO (DT_INST_FOREACH_STATUS_OKAY(SP_IS_SET) 0)
Dcan_mcux_flexcan.c27 #define SP_IS_SET(inst) DT_INST_NODE_HAS_PROP(inst, sample_point) || macro
32 #define USE_SP_ALGO (DT_INST_FOREACH_STATUS_OKAY(SP_IS_SET) 0)
Dcan_mcp251xfd.c22 #define SP_IS_SET(inst) DT_INST_NODE_HAS_PROP(inst, sample_point) || macro
28 #define USE_SP_ALGO (DT_INST_FOREACH_STATUS_OKAY(SP_IS_SET) 0)