SDL API Guide for J721E

Introduction

Overview

MCRC programming sequence:

  1. SDL_MCRC_channelReset()
  2. SDL_MCRC_init()
  3. SDL_MCRC_config()
  4. SDL_MCRC_enableIntr() - if needed
  5. Transfer data to PSA signature for generation of signature value
    • DMA is utilized in Semi-CPU mode
    • CPU need to pump data into PSA register in Full CPU mode.
  6. SDL_MCRC_getPSASectorSig()
    • After complete transfer read MCRC signature.

Sub Modules

 MCRC Data Structures
 
 MCRC Enumerated Data Types
 
 MCRC Functions
 
 MCRC Macros
 

Files

file  sdl_mcrc.h
 This file contains the prototypes of the APIs present in the device abstraction layer file of MCRC. This also contains some related macros.