Module microbit::hal::pac::temp [−]
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 Definitions
| 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) |