Module temp

Source
Expand description

Temperature Sensor

Modules§

a0
Slope of 1st piece wise linear function
a1
Slope of 2nd piece wise linear function
a2
Slope of 3rd piece wise linear function
a3
Slope of 4th piece wise linear function
a4
Slope of 5th piece wise linear function
a5
Slope of 6th piece wise linear function
b0
y-intercept of 1st piece wise linear function
b1
y-intercept of 2nd piece wise linear function
b2
y-intercept of 3rd piece wise linear function
b3
y-intercept of 4th piece wise linear function
b4
y-intercept of 5th piece wise linear function
b5
y-intercept of 6th piece wise linear function
events_datardy
Temperature measurement complete, data ready
intenclr
Disable interrupt
intenset
Enable interrupt
t0
End point of 1st piece wise linear function
t1
End point of 2nd piece wise linear function
t2
End point of 3rd piece wise linear function
t3
End point of 4th piece wise linear function
t4
End point of 5th piece wise linear function
tasks_start
Start temperature measurement
tasks_stop
Stop temperature measurement
temp
Temperature in degC (0.25deg steps)

Structs§

RegisterBlock
Register block

Type Aliases§

A0
A0 (rw) register accessor: an alias for Reg<A0_SPEC>
A1
A1 (rw) register accessor: an alias for Reg<A1_SPEC>
A2
A2 (rw) register accessor: an alias for Reg<A2_SPEC>
A3
A3 (rw) register accessor: an alias for Reg<A3_SPEC>
A4
A4 (rw) register accessor: an alias for Reg<A4_SPEC>
A5
A5 (rw) register accessor: an alias for Reg<A5_SPEC>
B0
B0 (rw) register accessor: an alias for Reg<B0_SPEC>
B1
B1 (rw) register accessor: an alias for Reg<B1_SPEC>
B2
B2 (rw) register accessor: an alias for Reg<B2_SPEC>
B3
B3 (rw) register accessor: an alias for Reg<B3_SPEC>
B4
B4 (rw) register accessor: an alias for Reg<B4_SPEC>
B5
B5 (rw) register accessor: an alias for Reg<B5_SPEC>
EVENTS_DATARDY
EVENTS_DATARDY (rw) register accessor: an alias for Reg<EVENTS_DATARDY_SPEC>
INTENCLR
INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
INTENSET
INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
T0
T0 (rw) register accessor: an alias for Reg<T0_SPEC>
T1
T1 (rw) register accessor: an alias for Reg<T1_SPEC>
T2
T2 (rw) register accessor: an alias for Reg<T2_SPEC>
T3
T3 (rw) register accessor: an alias for Reg<T3_SPEC>
T4
T4 (rw) register accessor: an alias for Reg<T4_SPEC>
TASKS_START
TASKS_START (w) register accessor: an alias for Reg<TASKS_START_SPEC>
TASKS_STOP
TASKS_STOP (w) register accessor: an alias for Reg<TASKS_STOP_SPEC>
TEMP
TEMP (r) register accessor: an alias for Reg<TEMP_SPEC>