Home
last modified time | relevance | path

Searched refs:HIB_CAL1_MON_M (Results 1 – 9 of 9) sorted by relevance

/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/inc/
A Dhw_hibernate.h267 #define HIB_CAL1_MON_M 0x00000F00 // Month macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_hibernate.h269 #define HIB_CAL1_MON_M 0x00000F00 // Month macro
/bsp/tm4c129x/libraries/inc/
A Dhw_hibernate.h269 #define HIB_CAL1_MON_M 0x00000F00 // Month macro
A Dtm4c1294ncpdt.h11296 #define HIB_CAL1_MON_M 0x00000F00 // Month macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dhibernate.c1621 psTime->tm_mon = (((ui32Date & HIB_CAL1_MON_M) >> HIB_CAL1_MON_S) - 1); in HibernateCalendarGet()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dhibernate.c1706 psTime->tm_mon = (((ui32Date & HIB_CAL1_MON_M) >> HIB_CAL1_MON_S) - 1); in HibernateCalendarGet()
/bsp/tm4c129x/libraries/driverlib/
A Dhibernate.c1711 psTime->tm_mon = (((ui32Date & HIB_CAL1_MON_M) >> HIB_CAL1_MON_S) - 1); in HibernateCalendarGet()
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/
A Dmsp432e401y.h10822 #define HIB_CAL1_MON_M 0x00000F00 // Month macro
A Dmsp432e411y.h11094 #define HIB_CAL1_MON_M 0x00000F00 // Month macro

Completed in 811 milliseconds