Analog Devices SHARC ADSP-214 Series Hardware Reference Manual page 782

Table of Contents

Advertisement

Programming Models
Listing 22-5. Back to Back Bypass
ustat3 = dm(PMCTL);
bit clr ustat3 PLLBP;
dm(PMCTL) = ustat3;
nop;nop;nop;nop;
ustat4 = dm(PMCTL);
bit set ustat4 PLLBP;
dm(PMCTL) = ustat4;
22-18
www.BDTIC.com/ADI
/* PLLBP is cleared */
/* PLLBP is set */
ADSP-214xx SHARC Processor Hardware Reference

Advertisement

Table of Contents
loading

Table of Contents