This group contains APIs that used for node configuration purpose.
Functions | |
l_bool | ld_is_ready_j2602 (l_ifc_handle iii) |
Verifies a state of node setting (using for J2602 and LIN 2.0). More... | |
l_u8 | ld_check_response_j2602 (l_ifc_handle iii, l_u8 *const RSID, l_u8 *const error_code) |
Verifies the state of response (using for J2602 and LIN 2.0) Master node only. More... | |
void | ld_assign_frame_id (l_ifc_handle iii, l_u8 NAD, l_u16 supplier_id, l_u16 message_id, l_u8 PID) |
This function assigns the protected identifier to a slave node with the address NAD and specified supplier id (using for J2602 and LIN 2.0). Master node only. More... | |
l_bool | ld_assign_NAD_j2602 (l_ifc_handle iii, l_u8 dnn) |
This function assigns NAD of a J2602 slave device based on input DNN that is Device Node Number. NAD is (0x60+ DNN). More... | |
l_bool | ld_reconfig_msg_ID (l_ifc_handle iii, l_u8 dnn) |
This function reconfigures frame identifiers of a J2602 slave node based on input dnn. More... | |
void ld_assign_frame_id | ( | l_ifc_handle | iii, |
l_u8 | NAD, | ||
l_u16 | supplier_id, | ||
l_u16 | message_id, | ||
l_u8 | PID | ||
) |
This function assigns the protected identifier to a slave node with the address NAD and specified supplier id (using for J2602 and LIN 2.0). Master node only.
[in] | iii | LIN interface handle |
[in] | initial_NAD | Initial node address of the target node |
[in] | supplier_id | Supplier ID of the target node |
[in] | message_id | Message ID of the target node |
[in] | PID | Protected ID of the target node |
Definition at line 1516 of file lin_diagnostic_service.c.
This function assigns NAD of a J2602 slave device based on input DNN that is Device Node Number. NAD is (0x60+ DNN).
[in] | iii | LIN interface handle |
[in] | dnn | DNN of the device |
Definition at line 1558 of file lin_diagnostic_service.c.
Verifies the state of response (using for J2602 and LIN 2.0) Master node only.
[in] | iii | LIN interface handle |
[out] | RSID | buffer for saving the response ID |
[out] | error_code | buffer for saving the error code |
Definition at line 1472 of file lin_diagnostic_service.c.
l_bool ld_is_ready_j2602 | ( | l_ifc_handle | iii | ) |
Verifies a state of node setting (using for J2602 and LIN 2.0).
[in] | iii | LIN interface handle |
Definition at line 1445 of file lin_diagnostic_service.c.
This function reconfigures frame identifiers of a J2602 slave node based on input dnn.
[in] | iii | LIN interface handle |
[in] | dnn | DNN of the device |
Definition at line 1587 of file lin_diagnostic_service.c.