Home
last modified time | relevance | path

Searched defs:hperh (Results 1 – 25 of 50) sorted by relevance

12

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_timer.c135 void ald_timer_base_reset(timer_handle_t *hperh) in ald_timer_base_reset()
152 void ald_timer_base_start(timer_handle_t *hperh) in ald_timer_base_start()
170 void ald_timer_base_stop(timer_handle_t *hperh) in ald_timer_base_stop()
186 void ald_timer_base_start_by_it(timer_handle_t *hperh) in ald_timer_base_start_by_it()
201 void ald_timer_base_stop_by_it(timer_handle_t *hperh) in ald_timer_base_stop_by_it()
306 ald_status_t ald_timer_oc_init(timer_handle_t *hperh) in ald_timer_oc_init()
2935 void ald_timer_irq_handler(timer_handle_t *hperh) in ald_timer_irq_handler()
3199 timer_handle_t *hperh = (timer_handle_t *)arg; in timer_dma_oc_cplt() local
3218 timer_handle_t *hperh = (timer_handle_t *)arg; in timer_dma_capture_cplt() local
3234 timer_handle_t *hperh = (timer_handle_t *)arg; in timer_dma_period_elapse_cplt() local
[all …]
A Dald_adc.c88 ald_status_t ald_adc_init(adc_handle_t *hperh) in ald_adc_init()
189 ald_status_t ald_adc_reset(adc_handle_t *hperh) in ald_adc_reset()
232 ald_status_t ald_adc_normal_start(adc_handle_t *hperh) in ald_adc_normal_start()
253 ald_status_t ald_adc_normal_stop(adc_handle_t *hperh) in ald_adc_normal_stop()
566 uint32_t ald_adc_get_vdd_value(adc_handle_t *hperh) in ald_adc_get_vdd_value()
641 ald_status_t ald_adc_insert_stop(adc_handle_t *hperh) in ald_adc_insert_stop()
745 void ald_adc_irq_handler(adc_handle_t *hperh) in ald_adc_irq_handler()
1027 uint32_t ald_adc_get_state(adc_handle_t *hperh) in ald_adc_get_state()
1038 uint32_t ald_adc_get_error(adc_handle_t *hperh) in ald_adc_get_error()
1063 adc_handle_t *hperh = (adc_handle_t *)arg; in adc_dma_normal_conv_cplt() local
[all …]
A Dald_usart.c262 void ald_usart_reset(usart_handle_t *hperh) in ald_usart_reset()
287 ald_status_t ald_usart_init(usart_handle_t *hperh) in ald_usart_init()
1447 ald_status_t ald_usart_dma_pause(usart_handle_t *hperh) in ald_usart_dma_pause()
1476 ald_status_t ald_usart_dma_resume(usart_handle_t *hperh) in ald_usart_dma_resume()
1507 ald_status_t ald_usart_dma_stop(usart_handle_t *hperh) in ald_usart_dma_stop()
1522 void ald_usart_irq_handler(usart_handle_t *hperh) in ald_usart_irq_handler()
1937 uint32_t ald_usart_get_error(usart_handle_t *hperh) in ald_usart_get_error()
1963 usart_handle_t *hperh = (usart_handle_t *)arg; in usart_dma_send_cplt() local
1978 usart_handle_t *hperh = (usart_handle_t *)arg; in usart_dma_recv_cplt() local
1996 usart_handle_t *hperh = (usart_handle_t *)arg; in usart_dma_error() local
[all …]
A Dald_uart.c129 uart_handle_t *hperh = (uart_handle_t *)arg; in uart_dma_send_cplt() local
146 uart_handle_t *hperh = (uart_handle_t *)arg; in uart_dma_recv_cplt() local
167 uart_handle_t *hperh = (uart_handle_t *)arg; in uart_dma_error() local
315 void ald_uart_reset(uart_handle_t *hperh) in ald_uart_reset()
341 void ald_uart_init(uart_handle_t *hperh) in ald_uart_init()
791 ald_status_t ald_uart_dma_pause(uart_handle_t *hperh) in ald_uart_dma_pause()
817 ald_status_t ald_uart_dma_stop(uart_handle_t *hperh) in ald_uart_dma_stop()
832 void ald_uart_irq_handler(uart_handle_t *hperh) in ald_uart_irq_handler()
998 void ald_uart_lin_send_break(uart_handle_t *hperh) in ald_uart_lin_send_break()
1198 uart_state_t ald_uart_get_state(uart_handle_t *hperh) in ald_uart_get_state()
[all …]
A Dald_i2c.c271 ald_status_t ald_i2c_init(i2c_handle_t *hperh) in ald_i2c_init()
329 ald_status_t ald_i2c_reset(i2c_handle_t *hperh) in ald_i2c_reset()
2041 uint32_t ald_i2c_get_error(i2c_handle_t *hperh) in ald_i2c_get_error()
2059 void ald_i2c_ev_irq_handler(i2c_handle_t *hperh) in ald_i2c_ev_irq_handler()
2677 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_master_send_cplt() local
2706 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_slave_send_cplt() local
2737 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_master_recv_cplt() local
2765 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_slave_recv_cplt() local
2800 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_mem_send_cplt() local
2829 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_mem_recv_cplt() local
[all …]
A Dald_spi.c146 void ald_spi_reset(spi_handle_t *hperh) in ald_spi_reset()
165 ald_status_t ald_spi_init(spi_handle_t *hperh) in ald_spi_init()
302 uint8_t ald_spi_recv_byte_fast(spi_handle_t *hperh) in ald_spi_recv_byte_fast()
1134 void ald_spi_irq_handler(spi_handle_t *hperh) in ald_spi_irq_handler()
1450 uint32_t ald_spi_get_error(spi_handle_t *hperh) in ald_spi_get_error()
1473 static void __spi_send_by_it(spi_handle_t *hperh) in __spi_send_by_it()
1519 static void __spi_recv_by_it(spi_handle_t *hperh) in __spi_recv_by_it()
1655 spi_handle_t *hperh = (spi_handle_t *)arg; in spi_dma_send_cplt() local
1689 spi_handle_t *hperh = (spi_handle_t *)arg; in spi_dma_recv_cplt() local
1731 spi_handle_t *hperh = (spi_handle_t *)arg; in spi_dma_send_recv_cplt() local
[all …]
A Dald_can.c133 ald_status_t ald_can_init(can_handle_t *hperh) in ald_can_init()
256 void ald_can_reset(can_handle_t *hperh) in ald_can_reset()
546 ald_status_t ald_can_sleep(can_handle_t *hperh) in ald_can_sleep()
579 ald_status_t ald_can_wake_up(can_handle_t *hperh) in ald_can_wake_up()
610 void ald_can_irq_handler(can_handle_t* hperh) in ald_can_irq_handler()
760 void ald_can_cancel_send(can_handle_t *hperh, can_tx_mailbox_t box) in ald_can_cancel_send()
816 it_status_t ald_can_get_it_status(can_handle_t *hperh, can_it_t it) in ald_can_get_it_status()
881 void ald_can_clear_flag_status(can_handle_t *hperh, can_flag_t flag) in ald_can_clear_flag_status()
931 can_state_t ald_can_get_state(can_handle_t *hperh) in ald_can_get_state()
941 can_error_t ald_can_get_error(can_handle_t *hperh) in ald_can_get_error()
[all …]
A Dald_smartcard.c219 ald_status_t ald_smartcard_init(smartcard_handle_t *hperh) in ald_smartcard_init()
256 ald_status_t ald_smartcard_reset(smartcard_handle_t *hperh) in ald_smartcard_reset()
581 void ald_smartcard_irq_handler(smartcard_handle_t *hperh) in ald_smartcard_irq_handler()
664 smartcard_state_t ald_smartcard_get_state(smartcard_handle_t *hperh) in ald_smartcard_get_state()
675 uint32_t ald_smartcard_get_error(smartcard_handle_t *hperh) in ald_smartcard_get_error()
702 smartcard_handle_t* hperh = ( smartcard_handle_t *)arg; in smartcard_dma_send_cplt() local
719 smartcard_handle_t* hperh = ( smartcard_handle_t* )arg; in smartcard_dma_recv_cplt() local
739 smartcard_handle_t* hperh = ( smartcard_handle_t* )arg; in smartcard_dma_error() local
796 static ald_status_t __smartcard_send_by_it(smartcard_handle_t *hperh) in __smartcard_send_by_it()
839 static ald_status_t __smartcard_recv_by_it(smartcard_handle_t *hperh) in __smartcard_recv_by_it()
[all …]
A Dald_crypt.c75 ald_status_t ald_crypt_init(crypt_handle_t *hperh) in ald_crypt_init()
139 ald_status_t ald_crypt_read_key(crypt_handle_t *hperh, uint32_t *key) in ald_crypt_read_key()
196 ald_status_t ald_crypt_read_ivr(crypt_handle_t *hperh, uint32_t *iv) in ald_crypt_read_ivr()
711 ald_status_t ald_crypt_dma_pause(crypt_handle_t *hperh) in ald_crypt_dma_pause()
727 ald_status_t ald_crypt_dma_resume(crypt_handle_t *hperh) in ald_crypt_dma_resume()
742 ald_status_t ald_crypt_dma_stop(crypt_handle_t *hperh) in ald_crypt_dma_stop()
759 void ald_crypt_irq_handler(crypt_handle_t *hperh) in ald_crypt_irq_handler()
903 crypt_state_t ald_crypt_get_state(crypt_handle_t *hperh) in ald_crypt_get_state()
930 void crypt_reset(crypt_handle_t *hperh) in crypt_reset()
963 crypt_handle_t *hperh = (crypt_handle_t *)arg; in crypt_dma_crypt_cplt() local
[all …]
A Dald_crc.c72 ald_status_t ald_crc_init(crc_handle_t *hperh) in ald_crc_init()
125 uint32_t ald_crc_calculate(crc_handle_t *hperh, uint8_t *buf, uint32_t size) in ald_crc_calculate()
157 uint32_t ald_crc_calculate_halfword(crc_handle_t *hperh, uint16_t *buf, uint32_t size) in ald_crc_calculate_halfword()
189 uint32_t ald_crc_calculate_word(crc_handle_t *hperh, uint32_t *buf, uint32_t size) in ald_crc_calculate_word()
386 ald_status_t ald_crc_dma_pause(crc_handle_t *hperh) in ald_crc_dma_pause()
401 ald_status_t ald_crc_dma_resume(crc_handle_t *hperh) in ald_crc_dma_resume()
416 ald_status_t ald_crc_dma_stop(crc_handle_t *hperh) in ald_crc_dma_stop()
442 crc_state_t ald_crc_get_state(crc_handle_t *hperh) in ald_crc_get_state()
467 void ald_crc_reset(crc_handle_t *hperh) in ald_crc_reset()
487 crc_handle_t *hperh = (crc_handle_t *)arg; in crc_dma_calculate_cplt() local
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_timer.c136 void ald_timer_base_reset(timer_handle_t *hperh) in ald_timer_base_reset()
153 void ald_timer_base_start(timer_handle_t *hperh) in ald_timer_base_start()
169 void ald_timer_base_stop(timer_handle_t *hperh) in ald_timer_base_stop()
185 void ald_timer_base_start_by_it(timer_handle_t *hperh) in ald_timer_base_start_by_it()
200 void ald_timer_base_stop_by_it(timer_handle_t *hperh) in ald_timer_base_stop_by_it()
305 ald_status_t ald_timer_oc_init(timer_handle_t *hperh) in ald_timer_oc_init()
2942 void ald_timer_irq_handler(timer_handle_t *hperh) in ald_timer_irq_handler()
3206 timer_handle_t *hperh = (timer_handle_t *)arg; in timer_dma_oc_cplt() local
3225 timer_handle_t *hperh = (timer_handle_t *)arg; in timer_dma_capture_cplt() local
3241 timer_handle_t *hperh = (timer_handle_t *)arg; in timer_dma_period_elapse_cplt() local
[all …]
A Dald_uart.c130 uart_handle_t *hperh = (uart_handle_t *)arg; in uart_dma_send_cplt() local
150 uart_handle_t *hperh = (uart_handle_t *)arg; in uart_dma_recv_cplt() local
185 uart_handle_t *hperh = (uart_handle_t *)arg; in uart_dma_error() local
336 void ald_uart_reset(uart_handle_t *hperh) in ald_uart_reset()
364 void ald_uart_init(uart_handle_t *hperh) in ald_uart_init()
989 ald_status_t ald_uart_dma_pause(uart_handle_t *hperh) in ald_uart_dma_pause()
1017 ald_status_t ald_uart_dma_stop(uart_handle_t *hperh) in ald_uart_dma_stop()
1033 void ald_uart_irq_handler(uart_handle_t *hperh) in ald_uart_irq_handler()
1108 void ald_uart_irq_handler_fast(uart_handle_t *hperh) in ald_uart_irq_handler_fast()
1309 void ald_uart_lin_send_break(uart_handle_t *hperh) in ald_uart_lin_send_break()
[all …]
A Dald_adc.c92 ald_status_t ald_adc_init(adc_handle_t *hperh) in ald_adc_init()
177 ald_status_t ald_adc_reset(adc_handle_t *hperh) in ald_adc_reset()
220 ald_status_t ald_adc_normal_start(adc_handle_t *hperh) in ald_adc_normal_start()
241 ald_status_t ald_adc_normal_stop(adc_handle_t *hperh) in ald_adc_normal_stop()
644 uint32_t ald_adc_normal_get_value(adc_handle_t *hperh) in ald_adc_normal_get_value()
683 ald_status_t ald_adc_insert_stop(adc_handle_t *hperh) in ald_adc_insert_stop()
807 void ald_adc_irq_handler(adc_handle_t *hperh) in ald_adc_irq_handler()
1107 uint32_t ald_adc_get_state(adc_handle_t *hperh) in ald_adc_get_state()
1118 uint32_t ald_adc_get_error(adc_handle_t *hperh) in ald_adc_get_error()
1180 adc_handle_t *hperh = (adc_handle_t *)arg; in adc_dma_normal_conv_cplt() local
[all …]
A Dald_i2s.c142 void ald_i2s_reset(i2s_handle_t *hperh) in ald_i2s_reset()
160 ald_status_t ald_i2s_init(i2s_handle_t *hperh) in ald_i2s_init()
619 ald_status_t ald_i2s_dma_stop(i2s_handle_t *hperh) in ald_i2s_dma_stop()
660 void ald_i2s_irq_handler(i2s_handle_t *hperh) in ald_i2s_irq_handler()
861 i2s_state_t ald_i2s_get_state(i2s_handle_t *hperh) in ald_i2s_get_state()
872 uint32_t ald_i2s_get_error(i2s_handle_t *hperh) in ald_i2s_get_error()
918 static void __i2s_send_by_it(i2s_handle_t *hperh) in __i2s_send_by_it()
953 static void __i2s_recv_by_it(i2s_handle_t *hperh) in __i2s_recv_by_it()
996 i2s_handle_t *hperh = (i2s_handle_t *)arg; in i2s_dma_send_cplt() local
1025 i2s_handle_t *hperh = (i2s_handle_t *)arg; in i2s_dma_recv_cplt() local
[all …]
A Dald_spi.c147 void ald_spi_reset(spi_handle_t *hperh) in ald_spi_reset()
167 ald_status_t ald_spi_init(spi_handle_t *hperh) in ald_spi_init()
1295 ald_status_t ald_spi_dma_stop(spi_handle_t *hperh) in ald_spi_dma_stop()
1338 void ald_spi_irq_handler(spi_handle_t *hperh) in ald_spi_irq_handler()
1617 spi_state_t ald_spi_get_state(spi_handle_t *hperh) in ald_spi_get_state()
1628 uint32_t ald_spi_get_error(spi_handle_t *hperh) in ald_spi_get_error()
1651 static void __spi_send_by_it(spi_handle_t *hperh) in __spi_send_by_it()
1733 static void __spi_recv_by_it(spi_handle_t *hperh) in __spi_recv_by_it()
1892 spi_handle_t *hperh = (spi_handle_t *)arg; in spi_dma_send_cplt() local
1931 spi_handle_t *hperh = (spi_handle_t *)arg; in spi_dma_recv_cplt() local
[all …]
A Dald_i2c.c339 ald_status_t ald_i2c_init(i2c_handle_t *hperh) in ald_i2c_init()
403 ald_status_t ald_i2c_reset(i2c_handle_t *hperh) in ald_i2c_reset()
1849 uint32_t ald_i2c_get_error(i2c_handle_t *hperh) in ald_i2c_get_error()
1867 void ald_i2c_ev_irq_handler(i2c_handle_t *hperh) in ald_i2c_ev_irq_handler()
2445 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_master_send_cplt() local
2475 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_slave_send_cplt() local
2501 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_master_recv_cplt() local
2531 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_slave_recv_cplt() local
2559 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_mem_send_cplt() local
2596 i2c_handle_t* hperh = (i2c_handle_t*)argv; in i2c_dma_mem_recv_cplt() local
[all …]
A Dald_can.c138 ald_status_t ald_can_init(can_handle_t *hperh) in ald_can_init()
261 void ald_can_reset(can_handle_t *hperh) in ald_can_reset()
554 ald_status_t ald_can_sleep(can_handle_t *hperh) in ald_can_sleep()
587 ald_status_t ald_can_wake_up(can_handle_t *hperh) in ald_can_wake_up()
618 void ald_can_irq_handler(can_handle_t* hperh) in ald_can_irq_handler()
768 void ald_can_cancel_send(can_handle_t *hperh, can_tx_mailbox_t box) in ald_can_cancel_send()
824 it_status_t ald_can_get_it_status(can_handle_t *hperh, can_it_t it) in ald_can_get_it_status()
889 void ald_can_clear_flag_status(can_handle_t *hperh, can_flag_t flag) in ald_can_clear_flag_status()
939 can_state_t ald_can_get_state(can_handle_t *hperh) in ald_can_get_state()
949 can_error_t ald_can_get_error(can_handle_t *hperh) in ald_can_get_error()
[all …]
A Dald_qspi.c106 void ald_qspi_init(qspi_handle_t *hperh) in ald_qspi_init()
147 ald_status_t ald_qspi_read_config(qspi_handle_t * hperh, const qspi_read_cfg_t * rdcfg) in ald_qspi_read_config()
309 ald_status_t qspi_dac_config(qspi_handle_t * hperh, qspi_dac_cfg_t * dcfg) in qspi_dac_config()
358 ald_status_t ald_qspi_indac_config(qspi_handle_t * hperh, qspi_indac_cfg_t *indcfg) in ald_qspi_indac_config()
821 flag_status_t qspi_get_flag_status(qspi_handle_t *hperh, qspi_flag_t flag) in qspi_get_flag_status()
839 void ald_qspi_clear_it_flag(qspi_handle_t *hperh, qspi_flag_t flag) in ald_qspi_clear_it_flag()
855 uint16_t qspi_read_sram_fill_level(qspi_handle_t * hperh, qspi_sram_t srt) in qspi_read_sram_fill_level()
892 void ald_qspi_write_proect_inverse(qspi_handle_t * hperh, type_func_t state) in ald_qspi_write_proect_inverse()
915 void ald_qspi_irq_handler(qspi_handle_t *hperh) in ald_qspi_irq_handler()
1009 void ald_qspi_legacy_config(qspi_handle_t* hperh, const qspi_legacy_cfg_t *config) in ald_qspi_legacy_config()
[all …]
A Dald_crypt.c77 ald_status_t ald_crypt_init(crypt_handle_t *hperh) in ald_crypt_init()
863 ald_status_t ald_crypt_dma_pause(crypt_handle_t *hperh) in ald_crypt_dma_pause()
879 ald_status_t ald_crypt_dma_resume(crypt_handle_t *hperh) in ald_crypt_dma_resume()
894 ald_status_t ald_crypt_dma_stop(crypt_handle_t *hperh) in ald_crypt_dma_stop()
911 void ald_crypt_irq_handler(crypt_handle_t *hperh) in ald_crypt_irq_handler()
1013 void ald_crypt_clear_flag_status(crypt_handle_t *hperh, crypt_flag_t flag) in ald_crypt_clear_flag_status()
1033 it_status_t ald_crypt_get_it_status(crypt_handle_t *hperh, crypt_it_t it) in ald_crypt_get_it_status()
1059 crypt_state_t ald_crypt_get_state(crypt_handle_t *hperh) in ald_crypt_get_state()
1085 void crypt_reset(crypt_handle_t *hperh) in crypt_reset()
1118 crypt_handle_t *hperh = (crypt_handle_t *)arg; in crypt_dma_crypt_cplt() local
[all …]
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_timer.c109 ald_status_t ald_timer_base_init(ald_timer_handle_t *hperh) in ald_timer_base_init()
133 void ald_timer_base_reset(ald_timer_handle_t *hperh) in ald_timer_base_reset()
150 void ald_timer_base_start(ald_timer_handle_t *hperh) in ald_timer_base_start()
166 void ald_timer_base_stop(ald_timer_handle_t *hperh) in ald_timer_base_stop()
182 void ald_timer_base_start_by_it(ald_timer_handle_t *hperh) in ald_timer_base_start_by_it()
197 void ald_timer_base_stop_by_it(ald_timer_handle_t *hperh) in ald_timer_base_stop_by_it()
260 void ald_timer_base_stop_by_dma(ald_timer_handle_t *hperh) in ald_timer_base_stop_by_dma()
301 ald_status_t ald_timer_oc_init(ald_timer_handle_t *hperh) in ald_timer_oc_init()
615 ald_status_t ald_timer_pwm_init(ald_timer_handle_t *hperh) in ald_timer_pwm_init()
843 ald_status_t ald_timer_ic_init(ald_timer_handle_t *hperh) in ald_timer_ic_init()
[all …]
A Dald_uart.c128 ald_uart_handle_t *hperh = (ald_uart_handle_t *)arg; in uart_dma_send_cplt() local
148 ald_uart_handle_t *hperh = (ald_uart_handle_t *)arg; in uart_dma_recv_cplt() local
307 void ald_uart_reset(ald_uart_handle_t *hperh) in ald_uart_reset()
334 void ald_uart_init(ald_uart_handle_t *hperh) in ald_uart_init()
934 ald_status_t ald_uart_dma_pause(ald_uart_handle_t *hperh) in ald_uart_dma_pause()
948 ald_status_t ald_uart_dma_resume(ald_uart_handle_t *hperh) in ald_uart_dma_resume()
962 ald_status_t ald_uart_dma_stop(ald_uart_handle_t *hperh) in ald_uart_dma_stop()
977 void ald_uart_irq_handler(ald_uart_handle_t *hperh) in ald_uart_irq_handler()
1053 void ald_uart_irq_handler_fast(ald_uart_handle_t *hperh) in ald_uart_irq_handler_fast()
1225 void ald_uart_lin_send_break(ald_uart_handle_t *hperh) in ald_uart_lin_send_break()
[all …]
A Dald_adc.c82 ald_status_t ald_adc_init(ald_adc_handle_t *hperh) in ald_adc_init()
153 ald_status_t ald_adc_reset(ald_adc_handle_t *hperh) in ald_adc_reset()
198 ald_status_t ald_adc_normal_start(ald_adc_handle_t *hperh) in ald_adc_normal_start()
219 ald_status_t ald_adc_normal_stop(ald_adc_handle_t *hperh) in ald_adc_normal_stop()
585 uint32_t ald_adc_normal_get_value(ald_adc_handle_t *hperh) in ald_adc_normal_get_value()
599 ald_status_t ald_adc_insert_start(ald_adc_handle_t *hperh) in ald_adc_insert_start()
624 ald_status_t ald_adc_insert_stop(ald_adc_handle_t *hperh) in ald_adc_insert_stop()
748 void ald_adc_irq_handler(ald_adc_handle_t *hperh) in ald_adc_irq_handler()
1048 uint32_t ald_adc_get_state(ald_adc_handle_t *hperh) in ald_adc_get_state()
1059 uint32_t ald_adc_get_error(ald_adc_handle_t *hperh) in ald_adc_get_error()
[all …]
A Dald_i2c.c337 ald_status_t ald_i2c_init(ald_i2c_handle_t *hperh) in ald_i2c_init()
401 ald_status_t ald_i2c_reset(ald_i2c_handle_t *hperh) in ald_i2c_reset()
2232 uint32_t ald_i2c_get_error(ald_i2c_handle_t *hperh) in ald_i2c_get_error()
2250 void ald_i2c_ev_irq_handler(ald_i2c_handle_t *hperh) in ald_i2c_ev_irq_handler()
2326 void ald_i2c_er_irq_handler(ald_i2c_handle_t *hperh) in ald_i2c_er_irq_handler()
3260 ald_i2c_handle_t* hperh = (ald_i2c_handle_t*)argv; in i2c_dma_master_send_cplt() local
3292 ald_i2c_handle_t* hperh = (ald_i2c_handle_t*)argv; in i2c_dma_slave_send_cplt() local
3320 ald_i2c_handle_t* hperh = (ald_i2c_handle_t*)argv; in i2c_dma_master_recv_cplt() local
3352 ald_i2c_handle_t* hperh = (ald_i2c_handle_t*)argv; in i2c_dma_slave_recv_cplt() local
3382 ald_i2c_handle_t* hperh = (ald_i2c_handle_t*)argv; in i2c_dma_mem_send_cplt() local
[all …]
A Dald_spi.c143 void ald_spi_reset(ald_spi_handle_t *hperh) in ald_spi_reset()
163 ald_status_t ald_spi_init(ald_spi_handle_t *hperh) in ald_spi_init()
1279 ald_status_t ald_spi_dma_pause(ald_spi_handle_t *hperh) in ald_spi_dma_pause()
1313 ald_status_t ald_spi_dma_stop(ald_spi_handle_t *hperh) in ald_spi_dma_stop()
1356 void ald_spi_irq_handler(ald_spi_handle_t *hperh) in ald_spi_irq_handler()
1642 uint32_t ald_spi_get_error(ald_spi_handle_t *hperh) in ald_spi_get_error()
1665 static void __spi_send_by_it(ald_spi_handle_t *hperh) in __spi_send_by_it()
1747 static void __spi_recv_by_it(ald_spi_handle_t *hperh) in __spi_recv_by_it()
1905 ald_spi_handle_t *hperh = (ald_spi_handle_t *)arg; in spi_dma_send_cplt() local
1944 ald_spi_handle_t *hperh = (ald_spi_handle_t *)arg; in spi_dma_recv_cplt() local
[all …]
A Dald_i2s.c138 void ald_i2s_reset(ald_i2s_handle_t *hperh) in ald_i2s_reset()
156 ald_status_t ald_i2s_init(ald_i2s_handle_t *hperh) in ald_i2s_init()
581 ald_status_t ald_i2s_dma_pause(ald_i2s_handle_t *hperh) in ald_i2s_dma_pause()
596 ald_status_t ald_i2s_dma_resume(ald_i2s_handle_t *hperh) in ald_i2s_dma_resume()
611 ald_status_t ald_i2s_dma_stop(ald_i2s_handle_t *hperh) in ald_i2s_dma_stop()
652 void ald_i2s_irq_handler(ald_i2s_handle_t *hperh) in ald_i2s_irq_handler()
864 uint32_t ald_i2s_get_error(ald_i2s_handle_t *hperh) in ald_i2s_get_error()
910 static void __i2s_send_by_it(ald_i2s_handle_t *hperh) in __i2s_send_by_it()
945 static void __i2s_recv_by_it(ald_i2s_handle_t *hperh) in __i2s_recv_by_it()
987 ald_i2s_handle_t *hperh = (ald_i2s_handle_t *)arg; in i2s_dma_send_cplt() local
[all …]

Completed in 1329 milliseconds

12