sequential (26) interrupt
https://wodewangzhishime.blogspot.com/2022/02/httpswodewangzhishime.html
.
Ref: https://kamchihau.blogspot.com/2023/02/sequential-7.html .
.
.
John: This article (https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_13.html) mention about the difference between real interrupt and mask interrupt. You may read it first.
.
Me: OK.
.
John: Sometimes, we don't call it serial input clock line. Sometimes, we call it Thread clock line.
.
Me: OK.
.
John: You can compare the above 2 pictures. The first picture is that R0(1) is at the stage of Mask interrupt. The second picture is that R0(1) is on the process clock line. In code, we have
.
If (condition = fit)
{
Windows drawing ();
}
.
John: This article (https://wodewangzhishime.blogspot.com/2023/12/sequential-99.html) mention about how the fields work .Or, we can intepret it in this way.
.
If condition isn't fit
Subject[R0(1)]
Interrupt status [Mask interrupt]
Object []
.
If Condition is fit.
Subject [R0(1)]
Interrupt status [Process clock line]
Object []
Comments
Post a Comment