# This is the module register BUFF_ORG 0x800c
variable BuffOrg 0
proc GetBuffOrg {} {
variable BuffOrg
set BuffOrg [ReadRegister BufferOrg]
}
proc SetBuffOrg {} {
variable BuffOrg
WriteRegister BufferOrg $BuffOrg
}
proc DrawBuffOrg {} {
variable Name
set html ""
append html "
"
append html "
"
append html ""
append html "| Number of Buffers | "
append html ""
append html ""
append html " | "
append html "
"
append html "| Buffer Size (samples/block) | "
append html ""
append html ""
append html " | "
append html "
"
append html "
"
append html ""
return $html
}