Functions | |
| void | Cy_SysPm_BodEnable (cy_en_syspm_bod_sel_t bodSel) |
| Enables BOD over either VDDD or VDDA or VCCD. More... | |
| void | Cy_SysPm_BodDisable (cy_en_syspm_bod_sel_t bodSel) |
| Disables BOD over either VDDD or VDDA or VCCD. More... | |
| void | Cy_SysPm_BodVdddSelect (cy_en_syspm_bod_vddd_sel_t bodVdddSel) |
| Selects voltage threshold for BOD on VDDD. More... | |
| void | Cy_SysPm_BodVddaSelect (cy_en_syspm_bod_vdda_sel_t bodVddaSel) |
| Selects voltage threshold for BOD on VDDA. More... | |
| void | Cy_SysPm_BodActionSelect (cy_en_syspm_bod_action_select_t bodActionSelect) |
| Sets the action taken when the threshold is crossed in the programmed directions(s) for VDDA. More... | |
| bool | Cy_SysPm_SupplySupervisionStatus (cy_en_syspm_supply_entity_select_t supplyEntitySelect) |
| Supply Status. More... | |
| void Cy_SysPm_BodEnable | ( | cy_en_syspm_bod_sel_t | bodSel | ) |
Enables BOD over either VDDD or VDDA or VCCD.
| bodSel | cy_en_syspm_bod_sel_t. |
| void Cy_SysPm_BodDisable | ( | cy_en_syspm_bod_sel_t | bodSel | ) |
Disables BOD over either VDDD or VDDA or VCCD.
| bodSel | cy_en_syspm_bod_sel_t. |
| void Cy_SysPm_BodVdddSelect | ( | cy_en_syspm_bod_vddd_sel_t | bodVdddSel | ) |
Selects voltage threshold for BOD on VDDD.
| bodVdddSel | cy_en_syspm_bod_vddd_sel_t. |
| void Cy_SysPm_BodVddaSelect | ( | cy_en_syspm_bod_vdda_sel_t | bodVddaSel | ) |
Selects voltage threshold for BOD on VDDA.
| bodVddaSel | cy_en_syspm_bod_vdda_sel_t. |
| void Cy_SysPm_BodActionSelect | ( | cy_en_syspm_bod_action_select_t | bodActionSelect | ) |
Sets the action taken when the threshold is crossed in the programmed directions(s) for VDDA.
| bodActionSelect | cy_en_syspm_bod_action_select_t. |
| bool Cy_SysPm_SupplySupervisionStatus | ( | cy_en_syspm_supply_entity_select_t | supplyEntitySelect | ) |
Supply Status.
| supplyEntitySelect | cy_en_syspm_supply_entity_select_t. |