Searched refs:target_address (Results 1 – 2 of 2) sorted by relevance
238 int mec_hal_bcl_get_target_address(struct mec_bcl_regs *regs, uint8_t *target_address) in mec_hal_bcl_get_target_address() argument246 if (target_address) { in mec_hal_bcl_get_target_address()247 *target_address = (uint8_t)(regs->DESTA & 0xffu); in mec_hal_bcl_get_target_address()253 int mec_hal_bcl_set_target_address(struct mec_bcl_regs *regs, uint8_t target_address) in mec_hal_bcl_set_target_address() argument261 regs->DESTA = target_address; in mec_hal_bcl_set_target_address()
67 int mec_hal_bcl_get_target_address(struct mec_bcl_regs *regs, uint8_t *target_address);68 int mec_hal_bcl_set_target_address(struct mec_bcl_regs *regs, uint8_t target_address);