Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 13 of 13) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_tim_ex.c194 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap) in HAL_TIMEx_RemapConfig() argument
199 assert_param(IS_TIM_REMAP(htim->Instance, Remap)); in HAL_TIMEx_RemapConfig()
202 WRITE_REG(htim->Instance->OR, Remap); in HAL_TIMEx_RemapConfig()
/bsp/at91/at91sam9260/debug_scripts/
A Dat91sam9260.mac165 * Remap RAM at 0
174 … __message "------------------------------- The Remap is NOT & REMAP ----------------------------";
179 … __message "------------------------------- The Remap is done -----------------------------------";
A Dat91sam9260.gdb24 # Test and set Remap
30 echo "---------- The Remap is done ---------" \n
A Dat91sam9260.ini45 // Test and set Remap
53 …printf ("------------------------------- The Remap is done -----------------------------------\n");
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_tim_ex.h157 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap);
A Dstm32l1xx_ll_tim.h2568 __STATIC_INLINE void LL_TIM_SetRemap(TIM_TypeDef *TIMx, uint32_t Remap) in LL_TIM_SetRemap() argument
2570 MODIFY_REG(TIMx->OR, (Remap >> TIMx_OR_RMP_SHIFT), (Remap & TIMx_OR_RMP_MASK)); in LL_TIM_SetRemap()
/bsp/n32g452xx/n32g452xx-mini-system/board/
A DKconfig50 menu "Remap JTAG Port"
52 prompt "Remap JTAG Port"
88 bool "USART1(Remap):(TX:PB6,RX:PB7)"
/bsp/smartfusion2/CMSIS/startup_gcc/
A Ddebug-in-microsemi-smartfusion2-external-ram.ld80 * Remap instruction for startup code and debugger.
A Dproduction-smartfusion2-execute-in-place.ld80 * Remap instruction for startup code and debugger:
A Ddebug-in-microsemi-smartfusion2-esram.ld78 * Remap instruction for start-up code and debugger.
A Ddebug-in-microsemi-smartfusion2-envm.ld83 * Remap instruction for startup code and debugger.
A Dproduction-smartfusion2-relocate-to-external-ram.ld91 * Remap instruction for startup code and debugger.
/bsp/n32g452xx/n32g452xx-mini-system/
A D.config1383 # Remap JTAG Port
1389 # end of Remap JTAG Port

Completed in 32 milliseconds