경보
이 모듈에는 경보 서비스를위한 플랫폼 추상화가 포함되어 있습니다.
요약
기능 | |
---|---|
otPlatAlarmMicroFired ( otInstance *aInstance) | void 알람이 발생했음을 알립니다. |
otPlatAlarmMicroGetNow (void) | uint32_t 현재 시간을 가져옵니다. |
otPlatAlarmMicroStartAt ( otInstance *aInstance, uint32_t aT0, uint32_t aDt) | void aDt 이후 aT0 마이크로 초에 알람이 발생하도록 설정합니다. |
otPlatAlarmMicroStop ( otInstance *aInstance) | void 알람을 중지하십시오. |
otPlatAlarmMilliFired ( otInstance *aInstance) | void 알람이 발생했음을 알립니다. |
otPlatAlarmMilliGetNow (void) | uint32_t 현재 시간을 가져옵니다. |
otPlatAlarmMilliStartAt ( otInstance *aInstance, uint32_t aT0, uint32_t aDt) | void aDt 이후 aT0 밀리 초에 알람이 발생하도록 설정합니다. |
otPlatAlarmMilliStop ( otInstance *aInstance) | void 알람을 중지하십시오. |
otPlatDiagAlarmFired ( otInstance *aInstance) | void 알람이 발생한 신호 진단 모듈. |
기능
otPlatAlarmMicroFired
void otPlatAlarmMicroFired( otInstance *aInstance )
알람이 발생했음을 알립니다.
세부 | |||
---|---|---|---|
매개 변수 |
|
otPlatAlarmMicroGetNow
uint32_t otPlatAlarmMicroGetNow( void )
현재 시간을 가져옵니다.
세부 | |
---|---|
보고 | 현재 시간 (마이크로 초)입니다. |
otPlatAlarmMicroStartAt
void otPlatAlarmMicroStartAt( otInstance *aInstance, uint32_t aT0, uint32_t aDt )
aDt
이후 aT0
마이크로 초에 알람이 발생하도록 설정합니다.
세부 | |||||||
---|---|---|---|---|---|---|---|
매개 변수 |
|
otPlatAlarmMicroStop
void otPlatAlarmMicroStop( otInstance *aInstance )
알람을 중지하십시오.
세부 | |||
---|---|---|---|
매개 변수 |
|
otPlatAlarmMilliFired
void otPlatAlarmMilliFired( otInstance *aInstance )
알람이 발생했음을 알립니다.
세부 | |||
---|---|---|---|
매개 변수 |
|
otPlatAlarmMilliGetNow
uint32_t otPlatAlarmMilliGetNow( void )
현재 시간을 가져옵니다.
세부 | |
---|---|
보고 | 현재 시간 (밀리 초)입니다. |
otPlatAlarmMilliStartAt
void otPlatAlarmMilliStartAt( otInstance *aInstance, uint32_t aT0, uint32_t aDt )
aDt
이후 aT0
밀리 초에 알람이 발생하도록 설정합니다.
세부 | |||||||
---|---|---|---|---|---|---|---|
매개 변수 |
|
otPlatAlarmMilliStop
void otPlatAlarmMilliStop( otInstance *aInstance )
알람을 중지하십시오.
세부 | |||
---|---|---|---|
매개 변수 |
|
otPlatDiagAlarmFired
void otPlatDiagAlarmFired( otInstance *aInstance )
알람이 발생한 신호 진단 모듈.
세부 | |||
---|---|---|---|
매개 변수 |
|