Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_mcan.c761 __ASSERT_NO_MSG(filt_idx < cbs->num_ext); in can_mcan_get_message()
1054 return cbs->num_ext; in can_mcan_get_max_filters()
1134 for (i = 0; i < cbs->num_ext; i++) { in can_mcan_add_rx_filter_ext()
1162 __ASSERT_NO_MSG(filter_id < cbs->num_ext); in can_mcan_add_rx_filter_ext()
1209 if (filter_id >= cbs->num_ext) { in can_mcan_remove_rx_filter()
1390 __ASSERT_NO_MSG(cbs->num_ext <= config->mram_elements[CAN_MCAN_MRAM_CFG_EXT_FILTER]); in can_mcan_init()
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1178 uint8_t num_ext; member
1207 .num_ext = _ext, \