ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_nrf5_sdk15_error.h
Go to the documentation of this file.
1 #ifndef RUUVI_NRF5_SDK15_ERROR_H
2 #define RUUVI_NRF5_SDK15_ERROR_H
3 #include "nrf_error.h"
4 #include "sdk_errors.h"
5 #include "ruuvi_driver_error.h"
27 
29 #endif
uint32_t rd_status_t
bitfield for representing errors
rd_status_t ruuvi_nrf5_sdk15_to_ruuvi_error(const ret_code_t error)
convert nrf5 sdk15 error code into Ruuvi error code.
Ruuvi error codes and error check function.