Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c251 ((can_fd_parameter_struct *)p_struct)->iso_can_fd_enable = (uint32_t)DISABLE; in can_struct_para_init()
252 ((can_fd_parameter_struct *)p_struct)->bitrate_switch_enable = (uint32_t)ENABLE; in can_struct_para_init()
253 ((can_fd_parameter_struct *)p_struct)->mailbox_data_size = CAN_MAILBOX_DATA_SIZE_8_BYTES; in can_struct_para_init()
254 ((can_fd_parameter_struct *)p_struct)->tdc_enable = (uint32_t)DISABLE; in can_struct_para_init()
255 ((can_fd_parameter_struct *)p_struct)->tdc_offset = 0x00U; in can_struct_para_init()
256 ((can_fd_parameter_struct *)p_struct)->prescaler = 0x00000001U; in can_struct_para_init()
257 ((can_fd_parameter_struct *)p_struct)->resync_jump_width = 0x01U; in can_struct_para_init()
258 ((can_fd_parameter_struct *)p_struct)->prop_time_segment = 0x00U; in can_struct_para_init()
259 ((can_fd_parameter_struct *)p_struct)->time_segment_1 = 0x01U; in can_struct_para_init()
260 ((can_fd_parameter_struct *)p_struct)->time_segment_2 = 0x01U; in can_struct_para_init()
[all …]
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h830 } can_fd_parameter_struct; typedef
1166 void can_fd_config(uint32_t can_periph, can_fd_parameter_struct *can_fd_para_init);