Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/can/
Dcan_stm32h7_fdcan.c46 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_read_reg() local
47 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_read_reg()
54 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_write_reg() local
55 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_write_reg()
62 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_read_mram() local
63 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_read_mram()
71 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_write_mram() local
72 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_write_mram()
79 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_clear_mram() local
80 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_clear_mram()
[all …]
Dcan_numaker.c190 const struct can_mcan_config *mcan_cfg = dev->config; in can_numaker_read_reg() local
191 const struct can_numaker_config *numaker_cfg = mcan_cfg->custom; in can_numaker_read_reg()
198 const struct can_mcan_config *mcan_cfg = dev->config; in can_numaker_write_reg() local
199 const struct can_numaker_config *numaker_cfg = mcan_cfg->custom; in can_numaker_write_reg()
206 const struct can_mcan_config *mcan_cfg = dev->config; in can_numaker_read_mram() local
207 const struct can_numaker_config *numaker_cfg = mcan_cfg->custom; in can_numaker_read_mram()
215 const struct can_mcan_config *mcan_cfg = dev->config; in can_numaker_write_mram() local
216 const struct can_numaker_config *numaker_cfg = mcan_cfg->custom; in can_numaker_write_mram()
223 const struct can_mcan_config *mcan_cfg = dev->config; in can_numaker_clear_mram() local
224 const struct can_numaker_config *numaker_cfg = mcan_cfg->custom; in can_numaker_clear_mram()
Dcan_sam.c74 const struct can_mcan_config *mcan_cfg = dev->config; in can_sam_get_core_clock() local
75 const struct can_sam_config *sam_cfg = mcan_cfg->custom; in can_sam_get_core_clock()
94 const struct can_mcan_config *mcan_cfg = dev->config; in can_sam_init() local
95 const struct can_sam_config *sam_cfg = mcan_cfg->custom; in can_sam_init()
Dcan_sam0.c96 const struct can_mcan_config *mcan_cfg = dev->config; in can_sam0_get_core_clock() local
97 const struct can_sam0_config *sam_cfg = mcan_cfg->custom; in can_sam0_get_core_clock()
135 const struct can_mcan_config *mcan_cfg = dev->config; in can_sam0_init() local
136 const struct can_sam0_config *sam_cfg = mcan_cfg->custom; in can_sam0_init()
Dcan_stm32_fdcan.c427 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32fd_clock_enable() local
428 const struct can_stm32fd_config *stm32fd_cfg = mcan_cfg->custom; in can_stm32fd_clock_enable()
460 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32fd_init() local
461 const struct can_stm32fd_config *stm32fd_cfg = mcan_cfg->custom; in can_stm32fd_init()