Home
last modified time | relevance | path

Searched refs:mxc_ctb_ecc_req_t (Results 1 – 11 of 11) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/
Dctb.h111 } typedef mxc_ctb_ecc_req_t; variable
468 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req);
479 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req);
489 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req);
498 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Dctb.h111 } typedef mxc_ctb_ecc_req_t; variable
474 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req);
485 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req);
495 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req);
504 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/
Dctb.h112 } typedef mxc_ctb_ecc_req_t; variable
474 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req);
485 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req);
495 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req);
504 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32672/
Dctb.h111 } typedef mxc_ctb_ecc_req_t; variable
474 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req);
485 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req);
495 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req);
504 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dctb.h111 } typedef mxc_ctb_ecc_req_t; variable
477 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req);
488 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req);
498 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req);
507 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CTB/
Dctb_es17.c224 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Compute()
229 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheck()
234 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ComputeAsync()
239 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheckAsync()
Dctb_me13.c232 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Compute()
237 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheck()
242 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ComputeAsync()
247 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheckAsync()
Dctb_me21.c222 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Compute()
227 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheck()
232 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ComputeAsync()
237 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheckAsync()
Dctb_me55.c227 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Compute()
232 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheck()
237 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ComputeAsync()
242 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheckAsync()
Dctb_reva.c65 static int MXC_CTB_ECC_Compare(mxc_ctb_ecc_req_t *req);
288 temp = MXC_CTB_ECC_Compare((mxc_ctb_ecc_req_t *)req); in MXC_CTB_RevA_Handler()
505 static int MXC_CTB_ECC_Compare(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Compare()
535 static int MXC_CTB_ECC_Setup(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Setup()
571 uint32_t error = MXC_CTB_ECC_Setup((mxc_ctb_ecc_req_t *)req); in MXC_CTB_RevA_ECC_Compute()
583 uint32_t error = MXC_CTB_ECC_Setup((mxc_ctb_ecc_req_t *)req); in MXC_CTB_RevA_ECC_ErrorCheck()
589 return MXC_CTB_ECC_Compare((mxc_ctb_ecc_req_t *)req); in MXC_CTB_RevA_ECC_ErrorCheck()
592 static void MXC_CTB_ECC_SetupAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_SetupAsync()
616 MXC_CTB_ECC_SetupAsync((mxc_ctb_ecc_req_t *)req); in MXC_CTB_RevA_ECC_ComputeAsync()
624 MXC_CTB_ECC_SetupAsync((mxc_ctb_ecc_req_t *)req); in MXC_CTB_RevA_ECC_ErrorCheckAsync()
Dctb_me18.c236 int MXC_CTB_ECC_Compute(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_Compute()
241 int MXC_CTB_ECC_ErrorCheck(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheck()
246 void MXC_CTB_ECC_ComputeAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ComputeAsync()
251 void MXC_CTB_ECC_ErrorCheckAsync(mxc_ctb_ecc_req_t *req) in MXC_CTB_ECC_ErrorCheckAsync()