About PMU_REG_xxx_TOG register

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About PMU_REG_xxx_TOG register

Jump to solution
960 Views
takayuki_ishii
Contributor IV

Hello community.

I try to evaluate internal LDO of i.mx6QP.

In 52.7 PMU Memory Map/Register Definition of Reference manual IMX6DQPRM.

It have additional 3 registers for each PMU_REG_XXXX registers named _SET, _CLR and _TOG.

Does it funct that 

  • PMU_REG_xxxx : write 1 to set bit, write 0  to clear bit.
  • PMU_REG_xxxx_SET : write 1 to set bit, write 0 is ignored.
  • PMU_REG_xxxx_CLR : write 1 to clear bit, write 0 is ignored.
  • PMU_REG_xxxx_TOG : write 1 to toggle bit(1->0 or 0->1), write 0 is ignored.

It have only one PMU_REG_xxxx register and

to read/write each register address are effect to PMU_REG_xxxx register.

Is it correct?

Best regards,

Ishii.

Labels (1)
0 Kudos
1 Solution
839 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ishii

yes your description and understanding is correct.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
840 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ishii

yes your description and understanding is correct.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
839 Views
takayuki_ishii
Contributor IV

Hello Igor,

Thank you for your quick reply.

I will start to evaluate around internal LDO function.

Best regards,

Ishii.

0 Kudos