Home
last modified time | relevance | path

Searched refs:error (Results 1 – 12 of 12) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/cmsis/gd/gd32f3x0/include/
Dgd32f3x0.h49 #error "Please select the target GD32F3x0 device used in your application (in gd32f3x0.h file)"
54 #error "Please select GD32F3x0 device category( GD32F330 or GD32F350 )"
57 #error "Please select one GD32F3x0 device category( GD32F330 or GD32F350 )"
/hal_gigadevice-latest/gd32e10x/cmsis/gd/gd32e10x/include/
Dgd32e10x.h50 #error "Please select the target GD32E10X device used in your application (in gd32e10x.h file)"
62 #error "Please select the target board type used in your application (in gd32e10x.h file)"
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_can.c769 can_error_enum error; in can_error_get() local
770 error = CAN_ERROR_NONE; in can_error_get()
773 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph))); in can_error_get()
774 return error; in can_error_get()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_can.c766 can_error_enum error; in can_error_get() local
767 error = CAN_ERROR_NONE; in can_error_get()
770 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph))); in can_error_get()
771 return error; in can_error_get()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_can.c766 can_error_enum error; in can_error_get() local
767 error = CAN_ERROR_NONE; in can_error_get()
770 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph))); in can_error_get()
771 return error; in can_error_get()
/hal_gigadevice-latest/gd32e50x/cmsis/gd/gd32e50x/include/
Dgd32e50x.h46 #error "Please select chip type in project configuration"
55 #error "Please select the target GD32E50x device used in your application (in gd32e50x.h file)"
/hal_gigadevice-latest/gd32vf103/riscv/include/
Dgd32vf103.h67 #error "Please select the target board type used in your application (in gd32vf103.h file)"
/hal_gigadevice-latest/gd32l23x/cmsis/gd/gd32l23x/include/
Dgd32l23x.h47 #error "Please select the target GD32L23x device used in your application (in gd32l23x.h file)"
/hal_gigadevice-latest/gd32a50x/cmsis/gd/gd32a50x/include/
Dgd32a50x.h43 #error "Please select the target GD32A50X device used in your application (in gd32a50x.h file)"
/hal_gigadevice-latest/gd32f4xx/cmsis/gd/gd32f4xx/include/
Dgd32f4xx.h55 #error "Please select the target GD32F4xx device in gd32f4xx.h file"
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c1481 can_error_enum error; local
1482 error = CAN_ERROR_NONE;
1485 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph)));
1486 return error;
/hal_gigadevice-latest/
DREADME.md133 - `SystemCoreClockUpdate` function contain an `pllmf` calculate error.