Lines Matching full:log_err
146 LOG_ERR("malformed error message from radio"); in on_err()
151 LOG_ERR("error from rylr: %d", radio_err); in on_err()
179 LOG_ERR("error adding messgae to queue: %d", err); in on_rx()
250 LOG_ERR("could not send cmd: %s. err: %d", data->cmd_buffer, err); in rylr_send_cmd_buffer()
255 LOG_ERR("error waiting for response: %d", err); in rylr_send_cmd_buffer()
266 LOG_ERR("could not create frequency string"); in rylr_set_rf_band()
281 LOG_ERR("datarate/spread factor must be between 7 and 12 inclusive"); in rylr_set_rf_parameters()
286 LOG_ERR("coding rate must be between 1 and 4 inclusive"); in rylr_set_rf_parameters()
291 LOG_ERR("preamble length must be between 4 and 7 inclusive"); in rylr_set_rf_parameters()
298 LOG_ERR("could not create rf settings string"); in rylr_set_rf_parameters()
312 LOG_ERR("power cannot be greater than 15"); in rylr_set_power()
318 LOG_ERR("could not create power string"); in rylr_set_power()
333 LOG_ERR("error taking operation semaphore: %d", err); in rylr_config()
338 LOG_ERR("pending async opperation"); in rylr_config()
345 LOG_ERR("could not send frequency cmd: %d", err); in rylr_config()
352 LOG_ERR("could not send rf params cmd: %d", err); in rylr_config()
358 LOG_ERR("could not send power cmd: %d", err); in rylr_config()
377 LOG_ERR("error taking operation semaphore: %d", err); in rylr_send()
382 LOG_ERR("pending async opperation"); in rylr_send()
388 LOG_ERR("radio not configured in tx mode"); in rylr_send()
394 LOG_ERR("payload too long"); in rylr_send()
403 LOG_ERR("error sending data: %d", err); in rylr_send()
421 LOG_ERR("error taking operation sem: %d", err); in rylr_send_async()
426 LOG_ERR("pending async opperation"); in rylr_send_async()
434 LOG_ERR("radio not configured in tx mode"); in rylr_send_async()
441 LOG_ERR("payload too long"); in rylr_send_async()
447 LOG_ERR("async signal cannot be null"); in rylr_send_async()
476 LOG_ERR("error taking operation semaphore: %d", ret); in rylr_recv()
481 LOG_ERR("radio is configured for tx"); in rylr_recv()
487 LOG_ERR("pending async opperation"); in rylr_recv()
494 LOG_ERR("error getting msg from queue: %d", ret); in rylr_recv()
500 LOG_ERR("error in recv cb: %d", ret); in rylr_recv()
505 LOG_ERR("buf len of %u too small for message len of %u", size, msg.length); in rylr_recv()
527 LOG_ERR("error taking operation semaphore: %d", err); in rylr_recv_async()
537 LOG_ERR("radio is configured for tx"); in rylr_recv_async()
545 LOG_ERR("pending async opperation"); in rylr_recv_async()
579 LOG_ERR("error configuring reset gpio: %d", err); in rylr_init()
588 LOG_ERR("error initializing response semaphore. err=%d", err); in rylr_init()
593 LOG_ERR("error initializing operation semaphore. err=%d", err); in rylr_init()
622 LOG_ERR("error initializing chat %d", err); in rylr_init()
628 LOG_ERR("error attaching chat %d", err); in rylr_init()
634 LOG_ERR("error opening uart pipe %d", err); in rylr_init()
640 LOG_ERR("error setting reset line: %d", err); in rylr_init()
648 LOG_ERR("error unsetting reset line: %d", err); in rylr_init()
656 LOG_ERR("error pinging radio: %d", err); in rylr_init()
662 LOG_ERR("error waiting for ping response from radio %d", err); in rylr_init()