Searched refs:CAN_REG_VAL (Results 1 – 10 of 10) sorted by relevance
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_can.c | 1600 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/ |
| D | gd32f4xx_can.c | 854 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/ |
| D | gd32vf103_can.c | 907 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/ |
| D | gd32f403_can.c | 907 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/ |
| D | gd32e50x_can.c | 1622 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/ |
| D | gd32f4xx_can.h | 317 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
|
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/include/ |
| D | gd32vf103_can.h | 315 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/include/ |
| D | gd32f403_can.h | 315 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/include/ |
| D | gd32e50x_can.h | 359 #define CAN_REG_VAL(canx, offset) (REG32((canx) + ((uint32_t)(offset) >> 6))) macro
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/include/ |
| D | gd32a50x_can.h | 538 #define CAN_REG_VAL(canx, offset) (REG32((uint32_t)(canx) + ((uint32_t)(offset) >> 6U))) macro
|