sequential (38) Interrupting
.
Ref: https://kamchihau.blogspot.com/2022/11/blog-post_9.html
.
.
John: Take a look. https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_73.html . It talk about real interrupt.
Me: OK.
John: Now, we look at the picture above. R0(1) and R0(3) aren't on System clock line. Nor is it on the serial input clock line. What do we call it?
Me: We call it "mask" interrupt.
John: In code, how do we interpret a mask interrupt?
Me: Like this.
.
if (int i != 0)
{
R0(1) is at the stage of "Mask Interrupt".
That mean, R0(1) isn't on the serial input clock line. Nor is it on the System clock line.
}
.
John: Take a look. https://wodewangzhishime.blogspot.com/2023/12/sequential-99.html. It mention about how the fields work in "RAM". Or, we can intepret it in this way.
.
Subject [R0(1)]
Interrupt status [Mask-interrupt]
Object [R0(21)]
Role [Master]
value [0]

Comments
Post a Comment