Searched refs:ps_tmu_t (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libplatsupport/include/platsupport/
H A Dtmu.h23 typedef struct ps_tmu ps_tmu_t; typedef in typeref:struct:ps_tmu
29 temperature_t (*get_temperature)(ps_tmu_t* tmu);
30 uint32_t (*get_raw_temperature)(ps_tmu_t* tmu);
40 int ps_tmu_init(enum tmu_id id, ps_io_ops_t* ops, ps_tmu_t* dev);
47 static inline temperature_t ps_tmu_get_temperature(ps_tmu_t* d)
60 static inline uint32_t ps_tmu_get_raw_temperature(ps_tmu_t *d)
73 static inline millicelcius_t ps_tmu_get_temperature_millicelsius(ps_tmu_t* d)
83 static inline celcius_t ps_tmu_get_temperature_celsius(ps_tmu_t* d)
/seL4-refos-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dtmu.h23 typedef struct ps_tmu ps_tmu_t; typedef in typeref:struct:ps_tmu
29 temperature_t (*get_temperature)(ps_tmu_t* tmu);
30 uint32_t (*get_raw_temperature)(ps_tmu_t* tmu);
40 int ps_tmu_init(enum tmu_id id, ps_io_ops_t* ops, ps_tmu_t* dev);
47 static inline temperature_t ps_tmu_get_temperature(ps_tmu_t* d)
60 static inline uint32_t ps_tmu_get_raw_temperature(ps_tmu_t *d)
73 static inline millicelcius_t ps_tmu_get_temperature_millicelsius(ps_tmu_t* d)
83 static inline celcius_t ps_tmu_get_temperature_celsius(ps_tmu_t* d)
/seL4-refos-master/libs/libplatsupport/src/plat/zynq7000/
H A Dtmu.c33 static uint32_t get_raw_temperature(ps_tmu_t* tmu) {
37 static temperature_t get_temperature_millikelvin(ps_tmu_t* tmu) {
41 int ps_tmu_init(enum tmu_id id, ps_io_ops_t* ops, ps_tmu_t* dev) {
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/zynq7000/
H A Dtmu.c33 static uint32_t get_raw_temperature(ps_tmu_t* tmu) {
37 static temperature_t get_temperature_millikelvin(ps_tmu_t* tmu) {
41 int ps_tmu_init(enum tmu_id id, ps_io_ops_t* ops, ps_tmu_t* dev) {

Completed in 34 milliseconds