Lines Matching refs:error
39 #error "No enabled TWIS instances. Check <nrfx_config.h>."
79 volatile uint32_t error; member
230 uint32_t error) in nrfx_twis_process_error() argument
232 if (0 == error) in nrfx_twis_process_error()
234 error = NRFX_TWIS_ERROR_UNEXPECTED_EVENT; in nrfx_twis_process_error()
238 evdata.data.error = error; in nrfx_twis_process_error()
240 p_cb->error |= error; in nrfx_twis_process_error()
641 p_cb->error = 0; in nrfx_twis_enable()
704 uint32_t error = *perror; in nrfx_twis_error_get_and_clear_internal() local
706 return error; in nrfx_twis_error_get_and_clear_internal()
730 #error Unknown compiler
742 return nrfx_twis_error_get_and_clear_internal(&p_cb->error); in nrfx_twis_error_get_and_clear()