Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dcan.h568 struct can_device_state { struct
581 CONTAINER_OF(dev_->state, struct can_device_state, devstate)->stats argument
711 static struct can_device_state Z_DEVICE_STATE_NAME(dev_id) \
723 struct can_device_state *state = \
724 CONTAINER_OF(dev->state, struct can_device_state, devstate); \