Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c1600 if(CAN_REG_VAL(can_periph, flag) & BIT(CAN_BIT_POS(flag))) { in can_flag_get()
1632 CAN_REG_VAL(can_periph, flag) = BIT(CAN_BIT_POS(flag)); in can_flag_clear()
1664 CAN_REG_VAL(can_periph, interrupt) |= BIT(CAN_BIT_POS(interrupt)); in can_interrupt_enable()
1689 CAN_REG_VAL(can_periph, interrupt) &= ~BIT(CAN_BIT_POS(interrupt)); in can_interrupt_disable()
1714 if(CAN_REG_VAL(can_periph, int_flag) & BIT(CAN_BIT_POS(int_flag))) { in can_interrupt_flag_get()
1743 CAN_REG_VAL(can_periph, int_flag) = BIT(CAN_BIT_POS(int_flag)); in can_interrupt_flag_clear()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_can.c854 if(RESET != (CAN_REG_VAL(can_periph, flag) & BIT(CAN_BIT_POS(flag)))) { in can_flag_get()
891 CAN_REG_VAL(can_periph, flag) = BIT(CAN_BIT_POS(flag)); in can_flag_clear()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_can.c907 if(RESET != (CAN_REG_VAL(can_periph, flag) & BIT(CAN_BIT_POS(flag)))){ in can_flag_get()
944 CAN_REG_VAL(can_periph, flag) = BIT(CAN_BIT_POS(flag)); in can_flag_clear()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_can.c907 if(RESET != (CAN_REG_VAL(can_periph, flag) & BIT(CAN_BIT_POS(flag)))){ in can_flag_get()
944 CAN_REG_VAL(can_periph, flag) = BIT(CAN_BIT_POS(flag)); in can_flag_clear()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c1622 if(RESET != (CAN_REG_VAL(can_periph, flag) & BIT(CAN_BIT_POS(flag)))){
1659 CAN_REG_VAL(can_periph, flag) |= BIT(CAN_BIT_POS(flag));
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_can.h317 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_can.h315 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_can.h315 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h359 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h538 #define CAN_REG_VAL(canx, offset) (REG32((uint32_t)(canx) + ((uint32_t)(offset) >> 6U))) macro