Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_stm32h7_fdcan.c45 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_read_reg() local
46 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_read_reg()
53 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_write_reg() local
54 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_write_reg()
61 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_read_mram() local
62 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_read_mram()
70 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_write_mram() local
71 const struct can_stm32h7_config *stm32h7_cfg = mcan_cfg->custom; in can_stm32h7_write_mram()
78 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32h7_clear_mram() local
79 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.c100 const struct can_mcan_config *mcan_cfg = dev->config; in can_sam0_get_core_clock() local
101 const struct can_sam0_config *sam_cfg = mcan_cfg->custom; in can_sam0_get_core_clock()
137 const struct can_mcan_config *mcan_cfg = dev->config; in can_sam0_init() local
138 const struct can_sam0_config *sam_cfg = mcan_cfg->custom; in can_sam0_init()
Dcan_stm32_fdcan.c406 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32fd_get_core_clock() local
407 const struct can_stm32fd_config *stm32fd_cfg = mcan_cfg->custom; in can_stm32fd_get_core_clock()
443 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32fd_clock_enable() local
444 const struct can_stm32fd_config *stm32fd_cfg = mcan_cfg->custom; in can_stm32fd_clock_enable()
476 const struct can_mcan_config *mcan_cfg = dev->config; in can_stm32fd_init() local
477 const struct can_stm32fd_config *stm32fd_cfg = mcan_cfg->custom; in can_stm32fd_init()