Home
last modified time | relevance | path

Searched refs:max_frames (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dfatal.c205 int max_frames) in walk_stackframe() argument
236 for (int i = 0; (fp != NULL) && (i < max_frames); i++) { in walk_stackframe()
/Zephyr-latest/arch/x86/core/
Dfatal.c130 const struct arch_esf *esf, int max_frames) in walk_stackframe() argument
153 for (i = 0; i < max_frames; i++) { in walk_stackframe()
/Zephyr-latest/include/zephyr/drivers/
Dcan.h1324 #define CAN_MSGQ_DEFINE(name, max_frames) \ argument
1325 K_MSGQ_DEFINE(name, sizeof(struct can_frame), max_frames, 4)