Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c633 static int mcux_flexcan_get_state(const struct device *dev, enum can_state *state, in mcux_flexcan_get_state() function
707 (void)mcux_flexcan_get_state(dev, &state, NULL); in mcux_flexcan_send()
859 (void)mcux_flexcan_get_state(dev, &state, NULL); in mcux_flexcan_recover()
868 (void)mcux_flexcan_get_state(dev, &state, NULL); in mcux_flexcan_recover()
876 (void)mcux_flexcan_get_state(dev, &state, NULL); in mcux_flexcan_recover()
955 (void)mcux_flexcan_get_state(dev, &state, &err_cnt); in mcux_flexcan_transfer_error_status()
1255 (void)mcux_flexcan_get_state(dev, &data->state, NULL); in mcux_flexcan_init()
1269 .get_state = mcux_flexcan_get_state,
1312 .get_state = mcux_flexcan_get_state,