About On-The-Go Status & control (USB_nOTGSC) in i.MX6DQ.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

About On-The-Go Status & control (USB_nOTGSC) in i.MX6DQ.

跳至解决方案
521 次查看
keitanagashima
Senior Contributor I

Dear All,

Hello. I have a question about USB_nOTGSC register in i.MX6DQ.

Refer to AVVIS and AVV bits in USB_nOTGSC register.

"AVVIS"

A VBus Valid Interrupt Status - Read/Write to Clear.

This bit is set when VBus has either risen above or fallen below the VBus valid threshold on an A device.

Software must write a one to clear this bit.

"AVV"

A VBus Valid - Read Only.

Indicates VBus is above the A VBus valid threshold.

[Question]

I want to know the condition of set these bits.

Could you tell me about "valid threshold"?

Best Regards,
Keita

标签 (3)
0 项奖励
1 解答
410 次查看
art
NXP Employee
NXP Employee

The A-device VBUS Valid threshold level is defined by the USB OTG 1.0 specification as 4.4V, i.e. the VBUS voltage value above this threshold level is treated as Valid, otherwise - as Invalid.

The AVV bit indicates whether the VBUS voltage level is above (AVV=1) or below (AVV=0) this threshold level.

The AVVIS interrupt status bit indicates whether the VBUS voltage has crossed the threshold level, either rising (from lower to higher value) or falling (from higher to lower value).


Have a great day,
Artur

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

在原帖中查看解决方案

0 项奖励
1 回复
411 次查看
art
NXP Employee
NXP Employee

The A-device VBUS Valid threshold level is defined by the USB OTG 1.0 specification as 4.4V, i.e. the VBUS voltage value above this threshold level is treated as Valid, otherwise - as Invalid.

The AVV bit indicates whether the VBUS voltage level is above (AVV=1) or below (AVV=0) this threshold level.

The AVVIS interrupt status bit indicates whether the VBUS voltage has crossed the threshold level, either rising (from lower to higher value) or falling (from higher to lower value).


Have a great day,
Artur

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

0 项奖励