Searched refs:type (Results 1 – 12 of 12) sorted by relevance
| /hal_telink-latest/tlsr9/drivers/B91/ |
| D | timer.h | 175 static inline void timer_set_init_tick(timer_type_e type, unsigned int init_tick) in timer_set_init_tick() argument 177 reg_tmr_tick(type) = init_tick; in timer_set_init_tick() 185 static inline void timer_set_cap_tick(timer_type_e type, unsigned int cap_tick) in timer_set_cap_tick() argument 187 reg_tmr_capt(type) = cap_tick; in timer_set_cap_tick() 197 void timer_start(timer_type_e type); 205 void timer_set_mode(timer_type_e type, timer_mode_e mode); 214 void timer_gpio_init(timer_type_e type, gpio_pin_e pin, gpio_pol_e pol ); 223 void timer_stop(timer_type_e type);
|
| D | timer.c | 37 void timer_start(timer_type_e type) in timer_start() argument 39 switch(type) in timer_start() 57 void timer_stop(timer_type_e type) in timer_stop() argument 59 switch(type) in timer_stop() 82 void timer_set_mode(timer_type_e type, timer_mode_e mode) in timer_set_mode() argument 84 switch(type) in timer_set_mode() 109 void timer_gpio_init(timer_type_e type, gpio_pin_e pin, gpio_pol_e pol ) in timer_gpio_init() argument 114 switch(type) in timer_gpio_init()
|
| D | flash.c | 534 _attribute_ram_code_sec_noinline_ void flash_lock_ram(flash_type_e type , unsigned short data) in flash_lock_ram() argument 541 if(type == FLASH_TYPE_PUYA) in flash_lock_ram() 556 _attribute_text_sec_ void flash_lock(flash_type_e type , unsigned short data) in flash_lock() argument 559 flash_lock_ram(type,data); in flash_lock() 568 _attribute_ram_code_sec_noinline_ void flash_unlock_ram(flash_type_e type) in flash_unlock_ram() argument 575 if(type == FLASH_TYPE_PUYA) in flash_unlock_ram() 589 _attribute_text_sec_ void flash_unlock(flash_type_e type) in flash_unlock() argument 592 flash_unlock_ram(type); in flash_unlock()
|
| D | flash.h | 236 _attribute_text_sec_ void flash_lock(flash_type_e type, unsigned short data); 243 _attribute_text_sec_ void flash_unlock(flash_type_e type);
|
| /hal_telink-latest/tlsr9/ble/stack/ble/ |
| D | ble_format.h | 60 u8 type; member 95 u8 type; //RA(1)_TA(1)_RFU(2)_TYPE(4) member 104 u8 type; //RA(1)_TA(1)_RFU(2)_TYPE(4) member 115 u8 type; member 131 u8 type; member 151 u8 type; member 162 u8 type; member
|
| /hal_telink-latest/tlsr9/drivers/B91/ext_driver/ |
| D | software_pa.c | 26 void app_rf_pa_handler(int type) in app_rf_pa_handler() argument 29 if(type == PA_TYPE_TX_ON){ in app_rf_pa_handler() 35 else if(type == PA_TYPE_RX_ON){ in app_rf_pa_handler()
|
| D | software_pa.h | 46 typedef void (*rf_pa_callback_t)(int type);
|
| /hal_telink-latest/tlsr9/ble/stack/ble/controller/whitelist/ |
| D | whitelist.h | 37 ble_sts_t ll_whiteList_add(u8 type, u8 *addr); 46 ble_sts_t ll_whiteList_delete(u8 type, u8 *addr);
|
| /hal_telink-latest/tlsr9/ble/vendor/controller/ |
| D | b91_bt.h | 41 void b91_bt_host_send_packet(uint8_t type, uint8_t *data, uint16_t len);
|
| D | b91_bt.c | 172 void b91_bt_host_send_packet(uint8_t type, uint8_t *data, uint16_t len) in b91_bt_host_send_packet() argument 175 *p++ = type; in b91_bt_host_send_packet()
|
| D | Kconfig | 15 prompt "MAC address type"
|
| /hal_telink-latest/tlsr9/ble/stack/ble/hci/ |
| D | hci_event.h | 29 u8 type; member 70 u8 type; member
|