OCOTP timing structure. Note that, these value are used for calcalating the read/write timings. And the values should statisfy below rules: More...
#include <fsl_ocotp.h>
Public Attributes | |
uint32_t | relax |
uint32_t | strobe_prog |
uint32_t | strobe_read |
uint32_t | wait |
OCOTP timing structure. Note that, these value are used for calcalating the read/write timings. And the values should statisfy below rules:
Tsp_rd=(WAIT+1)/ipg_clk_freq should be >= 150ns; Tsp_pgm=(RELAX+1)/ipg_clk_freq should be >= 100ns; Trd = ((STROBE_READ+1)- 2*(RELAX_READ+1)) /ipg_clk_freq, The Trd is required to be larger than 40 ns. Tpgm = ((STROBE_PROG+1)- 2*(RELAX_PROG+1)) /ipg_clk_freq; The Tpgm should be configured within the range of 9000 ns < Tpgm < 11000 ns;
Definition at line 44 of file fsl_ocotp.h.