Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_stm32_bxcan.c1036 bool bank_unused; in can_stm32_remove_rx_filter() local
1054 bank_unused = true; in can_stm32_remove_rx_filter()
1066 bank_unused = data->rx_cb_std[filter_index - 1] == NULL; in can_stm32_remove_rx_filter()
1068 bank_unused = data->rx_cb_std[filter_index + 1] == NULL; in can_stm32_remove_rx_filter()
1070 bank_unused = true; in can_stm32_remove_rx_filter()
1081 if (bank_unused) { in can_stm32_remove_rx_filter()