Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c395 CAN_CTL1(can_periph) &= ~(CAN_CTL1_LSCMOD | CAN_CTL1_MMOD); in can_operation_mode_enter()
398 CAN_CTL1(can_periph) &= ~CAN_CTL1_LSCMOD; in can_operation_mode_enter()
405 CAN_CTL1(can_periph) |= CAN_CTL1_LSCMOD; in can_operation_mode_enter()
465 } else if(CAN_CTL1(can_periph)&CAN_CTL1_LSCMOD) { in can_operation_mode_get()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h153 #define CAN_CTL1_LSCMOD BIT(12) /*!< loopb… macro