User Activity

I am working with mbedOS and I am trying to set up filtration of CANFD messages. There is a function which is performing all configurations.int can_filter(can_t *obj, uint32_t id, uint32_t mask, CANFormat format, int32_t handle) { UNUSED(handle);...