3.2.40 Voltage detector

Below is a list of API functions output by the Code Generator for voltage detector use.

Table 3.40

API Functions: [Voltage Detector]

API Function Name

Function

R_LVD_Create

Performs initialization necessary to control the voltage detector.

R_LVD_Create_UserInit

Performs user-defined initialization relating to the voltage detector.

r_lvd_interrupt

Performs processing in response to the voltage detection interrupt INTLVI.

r_lvd_vddinterrupt

Performs processing in response to the voltage detection of VDD pin interrupt INTLVDVDD.

r_lvd_vbatinterrupt

Performs processing in response to the voltage detection of VBAT pin interrupt INTLVDVBAT.

r_lvd_vrtcinterrupt

Performs processing in response to the voltage detection of VRTC pin interrupt INTLVDVRTC

r_lvd_exlvdinterrupt

Performs processing in response to the voltage detection of EXLVD pin interrupt INTLVDEXLVD.

R_LVD_InterruptMode_Start

Starts voltage detection (when in interrupt mode, and interrupt & reset mode).

R_LVD_Start_VDD

Enables operation of VDD pin voltage detection.

R_LVD_Start_VBAT

Enables operation of VBAT pin voltage detection.

R_LVD_Start_VRTC

Enables operation of VRTC pin voltage detection.

R_LVD_Start_EXLVD

Enables operation of EXLVD pin voltage detection.

R_LVD_Stop_VDD

Disables operation of VDD pin voltage detection.

R_LVD_Stop_VBAT

Disables operation of VBAT pin voltage detection.

R_LVD_Stop_VRTC

Disables operation of VRTC pin voltage detection.

R_LVD_Stop_EXLVD

Disables operation of EXLVD pin voltage detection.

R_LVI_Create

Performs initialization necessary to control the voltage detector.

R_LVI_Create_UserInit

Performs user-defined initialization relating to the voltage detector.

r_lvi_interrupt

Performs processing in response to the voltage detection interrupt INTLVI.

R_LVI_InterruptMode_Start

Starts voltage detection (when in interrupt mode, and interrupt & reset mode).