Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c359 static int can_nxp_s32_get_state(const struct device *dev, enum can_state *state, in can_nxp_s32_get_state() function
419 can_nxp_s32_get_state(dev, &state, NULL); in can_nxp_s32_recover()
428 can_nxp_s32_get_state(dev, &state, NULL); in can_nxp_s32_recover()
436 can_nxp_s32_get_state(dev, &state, NULL); in can_nxp_s32_recover()
633 can_nxp_s32_get_state(dev, &state, NULL); in can_nxp_s32_send()
804 can_nxp_s32_get_state(dev, &state, &err_cnt); in can_nxp_s32_err_callback()
1059 can_nxp_s32_get_state(dev, &data->state, NULL); in can_nxp_s32_init()
1092 .get_state = can_nxp_s32_get_state,