Public Attributes | List of all members
_ocotp_timing Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file:


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:19