error_t commit_dut_dac()
Commits the dut dac registers and executes operations.
Definition: pwm_dac.c:161
void init_dut_pwm_dac(map_t *reg)
Initializes pwm and dac registers.
Definition: pwm_dac.c:60
void init_dut_pwm_dac_msp()
Only for use with the STM32xxxx_HAL_Driver.
Definition: pwm_dac.c:88
void deinit_dut_pwm_dac_msp()
Only for use with the STM32xxxx_HAL_Driver.
Definition: pwm_dac.c:106
The memory map.
Definition: PHiLIP_typedef.h:340
void update_dut_dac_inputs()
Updates the dac input levels.
Definition: pwm_dac.c:201
error_t commit_dut_pwm()
Commits the dut pwm registers and executes operations.
Definition: pwm_dac.c:114
void update_dut_pwm_inputs()
Updates the pwm input levels.
Definition: pwm_dac.c:197
void postinit_dut_pwm_dac_msp()
Only for use with the STM32xxxx_HAL_Driver.
Definition: pwm_dac.c:92