| /bsp/amebaz/drivers/wlan/ |
| A D | drv_wlan.c | 272 rtw_scan_result_t* record = &malloced_scan_result->ap_details; in rthw_wifi_scan_result_handler() local 276 record->SSID.val[record->SSID.len] = 0; /* Ensure the SSID is null terminated */ in rthw_wifi_scan_result_handler() 277 info.ssid = record->SSID.val; in rthw_wifi_scan_result_handler() 278 info.bssid = record->BSSID.octet; in rthw_wifi_scan_result_handler() 279 info.band = record->band; in rthw_wifi_scan_result_handler() 281 info.channel = record->channel; in rthw_wifi_scan_result_handler() 282 info.rssi = record->signal_strength; in rthw_wifi_scan_result_handler() 283 info.security = record->security; in rthw_wifi_scan_result_handler()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/ |
| A D | MM32L3xx_lib_version.txt | 36 CAN_Peli_InitStruct->TESG1 = (record-3)/3; 37 CAN_Peli_InitStruct->TESG2 = (record-3) - CAN_Peli_InitStruct->TESG1; 40 CAN_Peli_InitStruct->TESG2 = (record-3)/3; 41 CAN_Peli_InitStruct->TESG1 = (record-3) - CAN_Peli_InitStruct->TESG2;
|
| /bsp/nuvoton/libraries/nu_packages/AudioCodec/ |
| A D | audio_test.c | 88 MSH_CMD_EXPORT(audio_test, Audio record / replay); 129 MSH_CMD_EXPORT(audio_overnight, auto test record / replay);
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_can.c | 664 u32 i, value = baud, record = 1; in CAN_AutoCfg_BaudParam() local 673 record = i; in CAN_AutoCfg_BaudParam() 679 record = i; in CAN_AutoCfg_BaudParam() 684 init_struct->BRP = (sumPrescaler / record) - 1; in CAN_AutoCfg_BaudParam() 685 init_struct->TESG2 = (record - 3) / 3; in CAN_AutoCfg_BaudParam() 686 init_struct->TESG1 = (record - 3) - init_struct->TESG2; in CAN_AutoCfg_BaudParam()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_can.c | 928 unsigned int i,value = baud,record = 1; in CAN_AutoCfg_BaudParam() local 938 record = i; in CAN_AutoCfg_BaudParam() 946 record = i; in CAN_AutoCfg_BaudParam() 951 CAN_Peli_InitStruct->BRP = (sumPrescaler/record) - 1; in CAN_AutoCfg_BaudParam() 952 CAN_Peli_InitStruct->TESG2 = (record-3)/3; in CAN_AutoCfg_BaudParam() 953 CAN_Peli_InitStruct->TESG1 = (record-3) - CAN_Peli_InitStruct->TESG2; in CAN_AutoCfg_BaudParam()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_can.c | 928 unsigned int i,value = baud,record = 1; in CAN_AutoCfg_BaudParam() local 938 record = i; in CAN_AutoCfg_BaudParam() 946 record = i; in CAN_AutoCfg_BaudParam() 951 CAN_Peli_InitStruct->BRP = (sumPrescaler/record) - 1; in CAN_AutoCfg_BaudParam() 952 CAN_Peli_InitStruct->TESG2 = (record-3)/3; in CAN_AutoCfg_BaudParam() 953 CAN_Peli_InitStruct->TESG1 = (record-3) - CAN_Peli_InitStruct->TESG2; in CAN_AutoCfg_BaudParam()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_can.c | 928 unsigned int i, value = baud, record = 1; in CAN_AutoCfg_BaudParam() local 938 record = i; in CAN_AutoCfg_BaudParam() 946 record = i; in CAN_AutoCfg_BaudParam() 951 CAN_Peli_InitStruct->BRP = (sumPrescaler / record) - 1; in CAN_AutoCfg_BaudParam() 952 CAN_Peli_InitStruct->TESG2 = (record - 3) / 3; in CAN_AutoCfg_BaudParam() 953 CAN_Peli_InitStruct->TESG1 = (record - 3) - CAN_Peli_InitStruct->TESG2; in CAN_AutoCfg_BaudParam()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_can.c | 1224 unsigned int i, value = baud, record = 1; in CAN_AutoCfg_BaudParam() local 1234 record = i; in CAN_AutoCfg_BaudParam() 1242 record = i; in CAN_AutoCfg_BaudParam() 1247 CAN_Peli_InitStruct->BRP = (sumPrescaler / record) - 1; in CAN_AutoCfg_BaudParam() 1248 CAN_Peli_InitStruct->TESG2 = (record - 3) / 3; in CAN_AutoCfg_BaudParam() 1249 CAN_Peli_InitStruct->TESG1 = (record - 3) - CAN_Peli_InitStruct->TESG2; in CAN_AutoCfg_BaudParam()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/audio/ |
| A D | audio_play.c | 260 MSH_CMD_EXPORT(wavrecord_sample, record voice to a wav file);
|
| /bsp/hpmicro/hpm6e00evk/board/ |
| A D | Kconfig | 191 bool "Enable Audio PDM record"
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_ov5640.c | 667 MSH_CMD_EXPORT(camera_sample, record picture to a jpg file);
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/camera/ |
| A D | drv_ov2640.c | 532 MSH_CMD_EXPORT(camera_sample, record picture to lcd);
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_ov2640.c | 753 MSH_CMD_EXPORT(camera_sample, record picture to a jpg file);
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/ports/ |
| A D | drv_ov5640.c | 692 MSH_CMD_EXPORT(camera_sample, record picture to a jpg file);
|
| /bsp/hpmicro/hpm6800evk/board/ |
| A D | Kconfig | 288 bool "Enable Audio PDM record"
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | Kconfig | 345 bool "Enable Audio PDM record"
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | Kconfig | 342 bool "Enable Audio PDM record"
|
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | Kconfig | 356 bool "Enable Audio PDM record"
|
| /bsp/renesas/docs/ |
| A D | Building_a_BSP_for_the_RA_Series_Dev_Board.md | 108 > **Debug Options:** You may take a screenshot to record default settings. After changing settings …
|