Read accelerometer value in user program

Hi,
Can I get the accelerometer value in user program?
I cannot find the declaration of accelerometer data in dwm.h now,
Will this function be completed when R2 comes out?

/**@brief Common DWM Event type, wrapping the module specific event reports. /
typedef struct {
dwm_evt_hdr_t header;
union {
dwm_loc_data_t loc;
/
accelerometer data TBD */
} data;
} dwm_evt_t;

Thanks.
[color=#333333]Best regards[/color]
[color=#333333]DJ[/color]