Searched refs:acceptance_code (Results 1 – 3 of 3) sorted by relevance
85 #define TWAI_FILTER_CONFIG_ACCEPT_ALL() {.acceptance_code = 0, .acceptance_mask = 0xFFFFFFFF, .sing…141 uint32_t acceptance_code; /**< 32-bit acceptance code */ member
62 …twai_ll_set_acc_filter(hal_ctx->dev, f_config->acceptance_code, f_config->acceptance_mask, f_confi… in twai_hal_configure()
45 static const twai_filter_config_t f_config = {.acceptance_code = (MSG_ID << 21),