Searched refs:acceptance_code (Results 1 – 2 of 2) sorted by relevance
89 #define TWAI_FILTER_CONFIG_ACCEPT_ALL() {.acceptance_code = 0, .acceptance_mask = 0xFFFFFFFF, .sing…158 uint32_t acceptance_code; /**< 32-bit acceptance code */ member
75 …twai_ll_set_acc_filter(hal_ctx->dev, f_config->acceptance_code, f_config->acceptance_mask, f_confi… in twai_hal_configure()