| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_flash.c | 336   uint32_t error;  in HAL_FLASH_IRQHandler()  local354   error = (FLASH->SR & FLASH_FLAG_SR_ERRORS);  in HAL_FLASH_IRQHandler()
 355   error |= (FLASH->ECCR & FLASH_FLAG_ECCC);  in HAL_FLASH_IRQHandler()
 357   if (error !=0U)  in HAL_FLASH_IRQHandler()
 360     pFlash.ErrorCode |= error;  in HAL_FLASH_IRQHandler()
 363     __HAL_FLASH_CLEAR_FLAG(error);  in HAL_FLASH_IRQHandler()
 676   uint32_t error;  in FLASH_WaitForLastOperation()  local
 689   error = (FLASH->SR & FLASH_FLAG_SR_ERRORS);  in FLASH_WaitForLastOperation()
 690   error |= (FLASH->ECCR & FLASH_FLAG_ECCD);  in FLASH_WaitForLastOperation()
 692   if(error != 0u)  in FLASH_WaitForLastOperation()
 [all …]
 
 | 
| D | stm32l4xx_hal_spi.c | 824     goto error;  in HAL_SPI_Transmit()830     goto error;  in HAL_SPI_Transmit()
 893           goto error;  in HAL_SPI_Transmit()
 942           goto error;  in HAL_SPI_Transmit()
 972 error:  in HAL_SPI_Transmit()
 1009     goto error;  in HAL_SPI_Receive()
 1015     goto error;  in HAL_SPI_Receive()
 1087           goto error;  in HAL_SPI_Receive()
 1110           goto error;  in HAL_SPI_Receive()
 1128       goto error;  in HAL_SPI_Receive()
 [all …]
 
 | 
| D | stm32l4xx_hal_gfxmmu.c | 668   uint32_t flags, interrupts, error;  in HAL_GFXMMU_IRQHandler()  local673   error = (flags & interrupts);  in HAL_GFXMMU_IRQHandler()
 675   if(error != 0U)  in HAL_GFXMMU_IRQHandler()
 678     hgfxmmu->Instance->FCR = error;  in HAL_GFXMMU_IRQHandler()
 681     hgfxmmu->ErrorCode |= error;  in HAL_GFXMMU_IRQHandler()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/cmsis/ | 
| D | core_cm0.h | 118   #error Unknown compiler128     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 133     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 138     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 143     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 148     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 153     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 158     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 
 | 
| D | core_cm0plus.h | 118   #error Unknown compiler128     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 133     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 138     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 143     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 148     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 153     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 158     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 
 | 
| D | core_sc000.h | 118   #error Unknown compiler128     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 133     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 138     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 143     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 148     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 153     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 158     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/NAMote72/ | 
| D | main.c | 67     #error "Please define a frequency band in the compiler options."95     #error "Please define a modem in the compiler options."
 148     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/SKiM880B/ | 
| D | main.c | 66     #error "Please define a frequency band in the compiler options."94     #error "Please define a modem in the compiler options."
 147     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/SKiM881AXL/ | 
| D | main.c | 66     #error "Please define a frequency band in the compiler options."94     #error "Please define a modem in the compiler options."
 147     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/SKiM980A/ | 
| D | main.c | 66     #error "Please define a frequency band in the compiler options."94     #error "Please define a modem in the compiler options."
 147     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/B-L072Z-LRWAN1/ | 
| D | main.c | 74     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 155     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/SAMR34/ | 
| D | main.c | 76     #error "Please define a frequency band in the compiler options."104     #error "Please define a modem in the compiler options."
 157     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/NucleoL073/ | 
| D | main.c | 74     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 155     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/NucleoL152/ | 
| D | main.c | 74     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 155     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/rx-sensi/NucleoL476/ | 
| D | main.c | 74     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 155     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/radio/sx126x/ | 
| D | sx126x.c | 777     RadioError_t error = { .Value = 0 };  in SX126xGetDeviceErrors()  local780     error.Fields.PaRamp     = ( err[0] & ( 1 << 0 ) ) >> 0;  in SX126xGetDeviceErrors()
 781     error.Fields.PllLock    = ( err[1] & ( 1 << 6 ) ) >> 6;  in SX126xGetDeviceErrors()
 782     error.Fields.XoscStart  = ( err[1] & ( 1 << 5 ) ) >> 5;  in SX126xGetDeviceErrors()
 783     error.Fields.ImgCalib   = ( err[1] & ( 1 << 4 ) ) >> 4;  in SX126xGetDeviceErrors()
 784     error.Fields.AdcCalib   = ( err[1] & ( 1 << 3 ) ) >> 3;  in SX126xGetDeviceErrors()
 785     error.Fields.PllCalib   = ( err[1] & ( 1 << 2 ) ) >> 2;  in SX126xGetDeviceErrors()
 786     error.Fields.Rc13mCalib = ( err[1] & ( 1 << 1 ) ) >> 1;  in SX126xGetDeviceErrors()
 787     error.Fields.Rc64kCalib = ( err[1] & ( 1 << 0 ) ) >> 0;  in SX126xGetDeviceErrors()
 788     return error;  in SX126xGetDeviceErrors()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/NucleoL073/ | 
| D | main.c | 71     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 217     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/NucleoL152/ | 
| D | main.c | 71     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 217     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/NucleoL476/ | 
| D | main.c | 71     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 217     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/SAMR34/ | 
| D | main.c | 73     #error "Please define a frequency band in the compiler options."104     #error "Please define a modem in the compiler options."
 218     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/SKiM880B/ | 
| D | main.c | 63     #error "Please define a frequency band in the compiler options."94     #error "Please define a modem in the compiler options."
 209     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/SKiM881AXL/ | 
| D | main.c | 63     #error "Please define a frequency band in the compiler options."94     #error "Please define a modem in the compiler options."
 209     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/SKiM980A/ | 
| D | main.c | 63     #error "Please define a frequency band in the compiler options."94     #error "Please define a modem in the compiler options."
 209     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/B-L072Z-LRWAN1/ | 
| D | main.c | 71     #error "Please define a frequency band in the compiler options."102     #error "Please define a modem in the compiler options."
 217     #error "Please define a frequency band in the compiler options."  in main()
 
 | 
| /loramac-node-latest/src/apps/ping-pong/NAMote72/ | 
| D | main.c | 64     #error "Please define a frequency band in the compiler options."95     #error "Please define a modem in the compiler options."
 210     #error "Please define a frequency band in the compiler options."  in main()
 
 |