Lines Matching refs:result

149  *          not corresponding to a memory address will result in INV_ERROR.
197 inv_error_t result;
209 result = (inv_error_t) inv_mpu_open(&mldlCfg, sMLSLHandle,
211 return result;
222 inv_error_t result = INV_SUCCESS;
224 result = (inv_error_t) inv_mpu_suspend(&mldlCfg,
231 result = (inv_error_t) inv_mpu_close(&mldlCfg, sMLSLHandle,
237 return result;
306 inv_error_t result = INV_SUCCESS;
309 result = inv_mpu_resume(&mldlCfg,
315 return result;
349 inv_error_t result = INV_SUCCESS;
351 result = inv_mpu_suspend(&mldlCfg,
357 return result;
423 inv_error_t result = INV_SUCCESS;
434 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
442 return result;
613 inv_error_t result;
621 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
623 if (result) {
624 LOG_RESULT_LOCATION(result);
625 return result;
627 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
629 if (result) {
630 LOG_RESULT_LOCATION(result);
631 return result;
633 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
635 if (result) {
636 LOG_RESULT_LOCATION(result);
637 return result;
641 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
645 if (result) {
646 LOG_RESULT_LOCATION(result);
647 return result;
654 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
656 if (result) {
657 LOG_RESULT_LOCATION(result);
658 return result;
660 result = inv_serial_single_write(sMLSLHandle, mldlCfg.addr,
664 if (result) {
665 LOG_RESULT_LOCATION(result);
666 return result;
684 inv_error_t result;
701 result = inv_serial_write(sMLSLHandle, mldlCfg.addr, 7, regs);
702 if (result) {
703 LOG_RESULT_LOCATION(result);
704 return result;
735 inv_error_t result;
745 result = INV_SUCCESS;
747 result = inv_serial_read_mem(sMLSLHandle, mldlCfg.addr,
749 if (result) {
750 LOG_RESULT_LOCATION(result);
751 return result;
755 return result;
781 inv_error_t result = INV_SUCCESS;
792 result = inv_serial_write_mem(sMLSLHandle, mldlCfg.addr,
794 if (result) {
795 LOG_RESULT_LOCATION(result);
796 return result;
802 return result;
819 * not corresponding to a memory address will result in INV_ERROR.
826 inv_error_t result;
842 result = inv_get_mpu_memory_one_bank(bank, (unsigned char)memAddr,
844 if (INV_SUCCESS != result)
845 return result;
851 result = inv_get_mpu_memory_one_bank(bank, (unsigned char)memAddr,
854 if (result) {
855 LOG_RESULT_LOCATION(result);
856 return result;
859 return result;
876 * not corresponding to a memory address will result in INV_ERROR.
883 inv_error_t result = INV_SUCCESS;
905 result = inv_set_mpu_memory_one_bank(bank, memAddr, sub_length, buffer);
906 if (result) {
907 LOG_RESULT_LOCATION(result);
908 return result;
916 result = inv_set_mpu_memory_one_bank(bank, memAddr, length, buffer);
917 if (result) {
918 LOG_RESULT_LOCATION(result);
919 return result;
921 return result;
939 inv_error_t result = INV_SUCCESS;
953 result =
956 if (result) {
957 LOG_RESULT_LOCATION(result);
958 return result;
966 return result;
1015 inv_error_t result;
1021 result = inv_serial_read(sMLSLHandle, mldlCfg.addr,
1026 result = INV_ERROR_INVALID_PARAMETER;
1030 return result;